From 9911a658c0205fa3fb04706604e804ede0a5b047 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 13 Oct 2020 20:11:00 +0200 Subject: fixup! WIP: Improve documentation --- serd/serd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serd/serd.h b/serd/serd.h index 04decb82..d816cf5c 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -150,7 +150,7 @@ typedef uint32_t SerdSerialisationFlags; An RDF node, in the abstract sense, can be either a resource, literal, or a blank. This type is more precise, because syntactically there are two ways to refer to a resource (by URI or CURIE). Serd also has support for - variables nodes to support some features, which are not RDF nodes. + variable nodes to support some features, which are not RDF nodes. There are also two ways to refer to a blank node in syntax (by ID or anonymously), but this is handled by statement flags rather than distinct -- cgit v1.2.1