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

* 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
This commit is contained in:
nagachika 2016-09-27 18:09:00 +00:00
parent cdd5a94af2
commit cc00f5bf36
2 changed files with 3 additions and 3 deletions

View file

@ -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> 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> Tue Sep 27 18:10:18 2016 Jeremy Evans <code@jeremyevans.net>

4
NEWS
View file

@ -120,8 +120,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Warning * Warning
* New module named Warning is introduced. By default it has only * New module named Warning is introduced. By default it has only
one singleton method, also named warning. This makes it possible one singleton method, named warn. This makes it possible for
for 3rd-party libraries to control the way warnings are handled. 3rd-party libraries to control the way warnings are handled.
[Feature #12299] [Feature #12299]
=== Stdlib updates (outstanding ones only) === Stdlib updates (outstanding ones only)