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

ruby-changes:9506

From: kazu <ko1@a...>
Date: Thu, 25 Dec 2008 20:38:13 +0900 (JST)
Subject: [ruby-changes:9506] Ruby:r21046 (ruby_1_9_1): fix typos.

kazu	2008-12-25 20:38:08 +0900 (Thu, 25 Dec 2008)

  New Revision: 21046

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21046

  Log:
    fix typos.
    * Kernel.to_a -> Kernel#to_a
    * Errno::ENOERROR -> Errno::NOERROR

  Modified files:
    branches/ruby_1_9_1/NEWS

Index: ruby_1_9_1/NEWS
===================================================================
--- ruby_1_9_1/NEWS	(revision 21045)
+++ ruby_1_9_1/NEWS	(revision 21046)
@@ -133,7 +133,7 @@
             tainted/untainted model.
 
     * Deprecation
-          o Kernel.to_a
+          o Kernel#to_a
           o Kernel#getc, #gsub, #sub
           o Kernel#callcc and Continuation now become 'continuation'
             bundled library.
@@ -227,8 +227,8 @@
           o Class of singleton classes
 
     * Errno::EXXX
-          o All of those are always defined.  Errno::EXX will be
-            defined as an alias to Errno::ENOERROR if your platform
+          o All of those are always defined.  Errno::EXXX will be
+            defined as an alias to Errno::NOERROR if your platform
             does not have one.
 
     * Binding#eval

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

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