summaryrefslogtreecommitdiff
path: root/json-glib/json-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'json-glib/json-object.c')
-rw-r--r--json-glib/json-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/json-object.c b/json-glib/json-object.c
index 9c6d585..8f55098 100644
--- a/json-glib/json-object.c
+++ b/json-glib/json-object.c
@@ -35,7 +35,7 @@
* SECTION:json-object
* @short_description: a JSON object representation
*
- * #JsonArray is the representation of the object type inside JSON. It contains
+ * #JsonObject is the representation of the object type inside JSON. It contains
* #JsonNode<!-- -->s, which may contain fundamental types, arrays or other
* objects. Each member of an object is accessed using its name.
*