diff options
Diffstat (limited to 'lilv')
-rw-r--r-- | lilv/lilv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h index a6b2297..51e029b 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -160,7 +160,7 @@ lilv_value_equals(const LilvValue* value, const LilvValue* other); /** Return this value as a Turtle/SPARQL token. - Returned value must be freed by caller with lilv_value_free. + Returned value must be freed by caller with free(). <table> <caption>Example Turtle Tokens</caption> <tr><th>URI</th><td><http://example.org/foo ></td></tr> |