aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-19 03:09:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-19 03:09:00 +0000
commit55f87e75866b6e5c1daf7c7624ccb633784243f0 (patch)
tree38c66cd542186a6e20b5bfd26f81a6cf0923b5b1 /ChangeLog
parentdecc012cf07d4a55d2d01c2ad34e28c733bd32aa (diff)
downloadruby-55f87e75866b6e5c1daf7c7624ccb633784243f0.tar.gz
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cc2c6ae738..feda75078d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Thu May 19 11:37:36 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * re.c (rb_reg_match_m_p): should return nil if no match, as the
+ * re.c (rb_reg_match_m_p): should return false if no match, as the
document says. [Feature #8110]
Thu May 19 00:17:01 2016 NARUSE, Yui <naruse@ruby-lang.org>