diff options
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 986277c..7f329cf 100644 --- a/json-glib/json-object.c +++ b/json-glib/json-object.c @@ -383,7 +383,7 @@ json_object_set_array_member (JsonObject *object, * Convenience function for setting an object @value of * @member_name inside @object. * - * The @object will take ownership of the passed #JsonArray + * The @object will take ownership of the passed #JsonObject * * See also: json_object_set_member() * |