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

* lib/unicode_normalize.rb: typo fix. [ci skip]

[ruby-dev:48794][misc #10675]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-12-29 23:57:46 +00:00
parent 47d66a8f2f
commit 418328e29b
2 changed files with 6 additions and 1 deletions

View file

@ -39,7 +39,7 @@ class String
end
# :call-seq:
# str.unicode_normalize(form=:nfc)
# str.unicode_normalize!(form=:nfc)
#
# Destructive version of String#unicode_normalize, doing Unicode
# normalization in place.