* 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:
parent
47d66a8f2f
commit
418328e29b
@ -1,3 +1,8 @@
|
||||
Tue Dec 30 08:57:39 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* lib/unicode_normalize.rb: typo fix. [ci skip]
|
||||
[ruby-dev:48794][misc #10675]
|
||||
|
||||
Mon Dec 29 19:38:01 2014 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* version.h (RUBY_VERSION): 2.3.0 development has started.
|
||||
|
@ -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…
x
Reference in New Issue
Block a user