From 7636e9de9414304f940837ee828d23e4608e9f32 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 17 Oct 2011 11:19:57 +0100 Subject: docs: Fix typo in JsonObject's description https://bugzilla.gnome.org/show_bug.cgi?id=660893 --- json-glib/json-object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json-glib/json-object.c') 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 * #JsonNodes, which may contain fundamental types, arrays or other * objects. Each member of an object is accessed using its name. * -- cgit v1.2.1