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:
parent
32df7768b8
commit
525be7f048
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue