diff options
Diffstat (limited to 'json-glib/json-builder.c')
-rw-r--r-- | json-glib/json-builder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/json-builder.c b/json-glib/json-builder.c index c190b12..b75b3c2 100644 --- a/json-glib/json-builder.c +++ b/json-glib/json-builder.c @@ -171,7 +171,7 @@ json_builder_is_valid_add_mode (JsonBuilder *builder) * json_builder_new: * * Creates a new #JsonBuilder. You can use this object to generate a - * JSON tree and obtain the root #JsonNode<!-- -->s. + * JSON tree and obtain the root #JsonNode. * * Return value: the newly created #JsonBuilder instance */ |