summaryrefslogtreecommitdiff
path: root/ext/json/ext/parser/parser.rl
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.rl
parent61c255ca311d12ae2be0d6a58237054a2acdabff (diff)
downloadjson-6da014149519902b2797a32c869690c7d4eec77e.tar.gz
Fix documentation wording
Diffstat (limited to 'ext/json/ext/parser/parser.rl')
-rw-r--r--ext/json/ext/parser/parser.rl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/ext/parser/parser.rl b/ext/json/ext/parser/parser.rl
index ab8d318..c60e35c 100644
--- a/ext/json/ext/parser/parser.rl
+++ b/ext/json/ext/parser/parser.rl
@@ -610,7 +610,7 @@ 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
+ * additions even if a matching class and create_id was found. This option
* defaults to true.
* * *object_class*: Defaults to Hash
* * *array_class*: Defaults to Array