1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-10-23 13:30:29 +00:00
parent 32df7768b8
commit 525be7f048

View file

@ -1279,7 +1279,7 @@ set_default_internal(VALUE klass, VALUE encoding)
* LANG=ja
* Encoding.locale_charmap => "eucJP"
*
* The result is higly platform dependent.
* The result is highly platform dependent.
* So Encoding.find(Encoding.locale_charmap) may cause an error.
* If you need some encoding object even for unknown locale,
* Encoding.find("locale") can be used.