File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ def to_json(state = nil, *args)
405405 end
406406 end
407407
408- # Module that holds the extinding methods if, the String module is
408+ # Module that holds the extending methods if, the String module is
409409 # included.
410410 module Extend
411411 # Raw Strings are JSON Objects (the raw bytes are stored in an
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class Parser < StringScanner
6666 # also the default. It's not possible to use this option in
6767 # conjunction with the *create_additions* option.
6868 # * *create_additions*: If set to true, the Parser creates
69- # additions when if a matching class and create_id was found. This
69+ # additions when a matching class and create_id are found. This
7070 # option defaults to false.
7171 # * *object_class*: Defaults to Hash
7272 # * *array_class*: Defaults to Array
You can’t perform that action at this time.
0 commit comments