mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 00:54:01 +02:00
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:
parent
0a08782b12
commit
861b366042
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue