diff options
-rw-r--r-- | serd/serd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serd/serd.h b/serd/serd.h index b9cced8d..32dfa128 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -155,7 +155,7 @@ typedef enum { SERD_NQUADS = 3, /** - TRiG - Terse RDF quads (UTF-8). + TriG - Terse RDF quads (UTF-8). @see <a href="https://www.w3.org/TR/trig/">Trig</a> */ SERD_TRIG = 4 |