1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2016-02-22 11:00:38 +00:00
parent 4ca9138bac
commit f42d2ca85a

View file

@ -7,7 +7,7 @@ Mon Feb 22 18:33:55 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
Mon Feb 22 18:17:03 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
* enc/unicode/case-folding.rb, casefold.h: Fixed bug that avoided inclusion
of compatibility characters in uppper-/lower-case mappings.
of compatibility characters in upper-/lower-case mappings.
(with Kimihito Matsui)
Sun Feb 21 13:57:18 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>