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

ChangeLog: typo fixed

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2007-12-17 16:53:12 +00:00
parent 1ec5dcdd31
commit c9fe9f5850

View file

@ -65,7 +65,7 @@ Mon Dec 17 20:53:27 2007 GOTOU Yuuzou <gotoyuzo@notwork.org>
Mon Dec 17 18:42:23 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* string.c (scan_once): need no encoding compatibility check.
it's done inside of re_reg_seach().
it's done inside of re_reg_search().
* string.c (rb_str_split_m): ditto.