summaryrefslogtreecommitdiff
path: root/ext/json/ext/parser/parser.c
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2014-07-03 14:34:20 +0530
committerVipul A M <vipulnsward@gmail.com>2014-07-03 14:34:20 +0530
commit12dfad5dc865a04aaa1a038f49ca445139edbd8e (patch)
tree19e56eec1349d8dfdada2aaf938463bd4195c822 /ext/json/ext/parser/parser.c
parentce109bd35d97b7055064ca4dc52d8ddc30ee5132 (diff)
downloadjson-12dfad5dc865a04aaa1a038f49ca445139edbd8e.tar.gz
- Pass over generator.c for grammar fixes.
- Typo fixes across json ext
Diffstat (limited to 'ext/json/ext/parser/parser.c')
-rw-r--r--ext/json/ext/parser/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/ext/parser/parser.c b/ext/json/ext/parser/parser.c
index 9070920..e91e161 100644
--- a/ext/json/ext/parser/parser.c
+++ b/ext/json/ext/parser/parser.c
@@ -1626,7 +1626,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 false.
* * *object_class*: Defaults to Hash
* * *array_class*: Defaults to Array