Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Galindo authored and flori committed Jan 2, 2015
1 parent 6ae8732 commit 3c6e9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/json/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def self.swap!(string) # :nodoc:
string
end

# Shortuct for iconv.
# Shortcut for iconv.
if ::String.method_defined?(:encode)
# Encodes string using Ruby's _String.encode_
def self.iconv(to, from, string)
Expand Down

0 comments on commit 3c6e9c3

Please sign in to comment.