Skip to content

Commit

Permalink
Spelling and grammar fixes for comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanywhere committed Dec 28, 2013
1 parent 52f2086 commit 7304407
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
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,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
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Parser < StringScanner
# (keys) in a JSON object. Otherwise strings are returned, which is also
# the default.
# * *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 7304407

Please sign in to comment.