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

@ -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> Mon Dec 29 19:38:01 2014 Yukihiro Matsumoto <matz@ruby-lang.org>
* version.h (RUBY_VERSION): 2.3.0 development has started. * version.h (RUBY_VERSION): 2.3.0 development has started.

View file

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