Skip to content

Commit

Permalink
Merge pull request #369 from sho-h/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo.
  • Loading branch information
hsbt committed Jan 8, 2019
2 parents fd6f86f + ae6ed75 commit 66b5c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/json/add/ostruct.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def as_json(*)
}
end

# Stores class name (OpenStruct) with this struct's values <tt>v</tt> as a
# Stores class name (OpenStruct) with this struct's values <tt>t</tt> as a
# JSON string.
def to_json(*args)
as_json.to_json(*args)
Expand Down

0 comments on commit 66b5c3a

Please sign in to comment.