Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sho-h authored and flori committed Feb 21, 2019
1 parent ef2092f commit bb80864
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 bb80864

Please sign in to comment.