diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2011-10-17 11:19:57 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2011-10-17 11:19:57 +0100 |
commit | 7636e9de9414304f940837ee828d23e4608e9f32 (patch) | |
tree | 341a5bdc0aecc015101cae74e268af419e53bca3 /json-glib/json-object.c | |
parent | 2cb5836b99fd4f03e88568de492d1a12841c4176 (diff) | |
download | json-glib-7636e9de9414304f940837ee828d23e4608e9f32.tar.gz |
docs: Fix typo in JsonObject's description
https://bugzilla.gnome.org/show_bug.cgi?id=660893
Diffstat (limited to 'json-glib/json-object.c')
-rw-r--r-- | json-glib/json-object.c | 2 |
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. * |