[前][次][番号順一覧][スレッド一覧]

ruby-changes:44752

From: yui-knk <ko1@a...>
Date: Fri, 18 Nov 2016 19:58:35 +0900 (JST)
Subject: [ruby-changes:44752] yui-knk:r56825 (trunk): * NEWS: Fix class name

yui-knk	2016-11-18 19:58:30 +0900 (Fri, 18 Nov 2016)

  New Revision: 56825

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56825

  Log:
    * NEWS: Fix class name

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 56824)
+++ NEWS	(revision 56825)
@@ -87,7 +87,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L87
 
   * Integer#digits for extracting columns of place-value notation [Feature #12447]
 
-  * Int#round now takes an optional keyword argument, half option, and the
+  * Integer#round now takes an optional keyword argument, half option, and the
     default behavior is round-to-nearest-even now.  [Bug #12548]
 
 * IO

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]