[json-glib] docs: Fix typo in JsonObject's description



commit 7636e9de9414304f940837ee828d23e4608e9f32
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Mon Oct 17 11:19:57 2011 +0100

    docs: Fix typo in JsonObject's description
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660893

 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.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]