diff options
-rw-r--r-- | serd/serd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/serd/serd.h b/serd/serd.h index 56511b12..df54115e 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -511,9 +511,7 @@ void serd_read_state_free(SerdReadState state); /** - Expand @a node to a full URI. - - @param node A CURIE or URI node to expand and/or resolve. + Expand @a node, which must be a CURIE or URI, to a full URI. */ SERD_API SerdNode |