aboutsummaryrefslogtreecommitdiffstats
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
commit0c0d08f5ef3b68c5d79affe19805487b3c01b481 (patch)
tree38c66cd542186a6e20b5bfd26f81a6cf0923b5b1
parent7faa2d5d0da3bce73ed9823ee5bd2b402912355d (diff)
downloadruby-0c0d08f5ef3b68c5d79affe19805487b3c01b481.tar.gz
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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>