summaryrefslogtreecommitdiff
path: root/NEWS
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
commitcc00f5bf36a2053e561d968a7e667ff31a9d72d7 (patch)
treeff0413bd615ac97a7fe4fb3faefd61fcfba1368d /NEWS
parentcdd5a94af206e54a3ae7ba81f897b1dd202c5444 (diff)
* 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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
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)