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 df54115e..040054b4 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -553,7 +553,7 @@ typedef enum { SERD_STYLE_ABBREVIATED = 1, /**< Abbreviate triples when possible. */ SERD_STYLE_ASCII = 1 << 1, /**< Escape all non-ASCII characters. */ SERD_STYLE_RESOLVED = 1 << 2, /**< Resolve relative URIs against base. */ - SERD_STYLE_CURIED = 1 << 3 /**< Shorted URIs into CURIEs. */ + SERD_STYLE_CURIED = 1 << 3 /**< Shorten URIs into CURIEs. */ } SerdStyle; /** |