aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-27 18:09:00 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-27 18:09:00 +0000
commitffdf2b21c2604544f368468c555acfb7a7f0bc10 (patch)
treeff0413bd615ac97a7fe4fb3faefd61fcfba1368d
parentd7134f422d98601a94d7b7640db712166df560e7 (diff)
downloadruby-ffdf2b21c2604544f368468c555acfb7a7f0bc10.tar.gz
* ChangeLog: fix typo of r56271. [ci skip]
* NEWS: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
-rw-r--r--NEWS4
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index eb85509f84..66a1f78a9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,7 +16,7 @@ Tue Sep 27 23:22:31 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
Tue Sep 27 22:59:42 2016 URABE Shyouhei <shyouhei@ruby-lang.org>
- * NEWS: news about Warning.warning.
+ * NEWS: news about Warning.warn.
Tue Sep 27 18:10:18 2016 Jeremy Evans <code@jeremyevans.net>
diff --git a/NEWS b/NEWS
index ceee617377..0c85728b1d 100644
--- a/NEWS
+++ b/NEWS
@@ -120,8 +120,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Warning
* New module named Warning is introduced. By default it has only
- one singleton method, also named warning. This makes it possible
- for 3rd-party libraries to control the way warnings are handled.
+ one singleton method, named warn. This makes it possible for
+ 3rd-party libraries to control the way warnings are handled.
[Feature #12299]
=== Stdlib updates (outstanding ones only)