diff options
author | Ignacio Galindo <joigama@gmail.com> | 2013-10-31 18:06:09 -0600 |
---|---|---|
committer | Ignacio Galindo <joigama@gmail.com> | 2013-10-31 18:06:09 -0600 |
commit | 833278428c8d3a80e69b1ed897585c7e307a4ca4 (patch) | |
tree | 926f0942dbf8797d160fa393f5318013b82b34d7 /lib/json/common.rb | |
parent | 92a96dea2b24b9c68856004d69491f46aedd0925 (diff) | |
download | json-833278428c8d3a80e69b1ed897585c7e307a4ca4.tar.gz |
Fix typo in comment
Diffstat (limited to 'lib/json/common.rb')
-rw-r--r-- | lib/json/common.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/json/common.rb b/lib/json/common.rb index e24f637..c01590b 100644 --- a/lib/json/common.rb +++ b/lib/json/common.rb @@ -411,7 +411,7 @@ module JSON 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) |