merge revision(s) 49064: [Backport #10675]

* lib/unicode_normalize.rb: typo fix. [ci skip]
	  [ruby-dev:48794][misc #10675]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@49265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2015-01-16 02:06:34 +00:00
parent 0a08782b12
commit 861b366042
3 changed files with 7 additions and 2 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.