Skip to content

Commit fb6eefe

Browse files
authored
Merge pull request #191 from jkanywhere/spell-fixes
Spelling and grammar fixes for comments.
2 parents da50acc + 7304407 commit fb6eefe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/json/pure/generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/json/pure/parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)