diff options
Diffstat (limited to 'serd/serd.h')
-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 027c4e20..ee566705 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -126,7 +126,7 @@ typedef enum { } SerdSyntax; /** - Flags indication inline abbreviation information for a statement. + Flags indicating inline abbreviation information for a statement. */ typedef enum { SERD_EMPTY_S = 1 << 1, /**< Empty blank node subject */ |