diff options
-rw-r--r-- | lilv/lilv.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h index 37dd849..7562f09 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -212,11 +212,11 @@ lilv_node_equals(const LilvNode* value, const LilvNode* other); <table> <caption>Example Turtle Tokens</caption> <tr><th>URI</th><td><http://example.org/foo ></td></tr> - <tr><th>QName</td><td>doap:name</td></tr> - <tr><th>String</td><td>"this is a string"</td></tr> - <tr><th>Float</td><td>1.0</td></tr> - <tr><th>Integer</td><td>1</td></tr> - <tr><th>Boolean</td><td>true</td></tr> + <tr><th>QName</th><td>doap:name</td></tr> + <tr><th>String</th><td>"this is a string"</td></tr> + <tr><th>Float</th><td>1.0</td></tr> + <tr><th>Integer</th><td>1</td></tr> + <tr><th>Boolean</th><td>true</td></tr> </table> */ LILV_API char* |