From 418328e29b5fb09a953c2179720717609e2df4e7 Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 29 Dec 2014 23:57:46 +0000 Subject: * 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 --- ChangeLog | 5 +++++ lib/unicode_normalize.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ed69ad9d11..6f34bb9a81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 30 08:57:39 2014 SHIBATA Hiroshi + + * lib/unicode_normalize.rb: typo fix. [ci skip] + [ruby-dev:48794][misc #10675] + Mon Dec 29 19:38:01 2014 Yukihiro Matsumoto * version.h (RUBY_VERSION): 2.3.0 development has started. diff --git a/lib/unicode_normalize.rb b/lib/unicode_normalize.rb index 3b07a47f33..e79f41d1a2 100644 --- a/lib/unicode_normalize.rb +++ b/lib/unicode_normalize.rb @@ -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. -- cgit v1.2.3