Skip to content

Commit

Permalink
Merge pull request #191 from jkanywhere/spell-fixes
Browse files Browse the repository at this point in the history
Spelling and grammar fixes for comments.
  • Loading branch information
hsbt committed Jun 25, 2020
2 parents da50acc + 7304407 commit fb6eefe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/json/pure/generator.rb
Expand Up @@ -405,7 +405,7 @@ def to_json(state = nil, *args)
end
end

# Module that holds the extinding methods if, the String module is
# Module that holds the extending methods if, the String module is
# included.
module Extend
# Raw Strings are JSON Objects (the raw bytes are stored in an
Expand Down
2 changes: 1 addition & 1 deletion lib/json/pure/parser.rb
Expand Up @@ -66,7 +66,7 @@ class Parser < StringScanner
# also the default. It's not possible to use this option in
# conjunction with the *create_additions* option.
# * *create_additions*: If set to true, the Parser creates
# additions when if a matching class and create_id was found. This
# additions when a matching class and create_id are found. This
# option defaults to false.
# * *object_class*: Defaults to Hash
# * *array_class*: Defaults to Array
Expand Down

0 comments on commit fb6eefe

Please sign in to comment.