From ff25cbe69037cd5b3f12d793d4be543a1343ff29 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 25 Dec 2008 11:38:08 +0000 Subject: fix typos. * Kernel.to_a -> Kernel#to_a * Errno::ENOERROR -> Errno::NOERROR git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index d86c651cb..ba99e011f 100644 --- a/NEWS +++ b/NEWS @@ -133,7 +133,7 @@ See doc/NEWS-1.8.7 for changes between 1.8.6 and 1.8.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 @@ See doc/NEWS-1.8.7 for changes between 1.8.6 and 1.8.7. 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 -- cgit