summaryrefslogtreecommitdiff
path: root/ext/json/ext/parser/parser.c
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2014-07-03 11:35:24 +0200
committerFlorian Frank <flori@ping.de>2014-07-03 11:35:24 +0200
commit6da014149519902b2797a32c869690c7d4eec77e (patch)
treeb88095a97a55c47e17d3ccf95ad6a507a47001e2 /ext/json/ext/parser/parser.c
parent61c255ca311d12ae2be0d6a58237054a2acdabff (diff)
downloadjson-6da014149519902b2797a32c869690c7d4eec77e.tar.gz
Fix documentation wording
Diffstat (limited to 'ext/json/ext/parser/parser.c')
-rw-r--r--ext/json/ext/parser/parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/json/ext/parser/parser.c b/ext/json/ext/parser/parser.c
index df89f2c..e91e161 100644
--- a/ext/json/ext/parser/parser.c
+++ b/ext/json/ext/parser/parser.c
@@ -1626,8 +1626,8 @@ static VALUE convert_encoding(VALUE source)
* (keys) in a JSON object. Otherwise strings are returned, which is also
* the default.
* * *create_additions*: If set to false, the Parser doesn't create
- * additions even if a matchin class and create_id was found. This option
- * defaults to true.
+ * additions even if a matching class and create_id was found. This option
+ * defaults to false.
* * *object_class*: Defaults to Hash
* * *array_class*: Defaults to Array
*/