summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 11:38:08 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 11:38:08 +0000
commitff25cbe69037cd5b3f12d793d4be543a1343ff29 (patch)
tree7627d7b96dc83b0d587089f98e5327905dfbb209 /NEWS
parent6913999c33c2710453f9a5767a1dad2dd42582c0 (diff)
downloadruby-ff25cbe69037cd5b3f12d793d4be543a1343ff29.tar.gz
ruby-ff25cbe69037cd5b3f12d793d4be543a1343ff29.tar.xz
ruby-ff25cbe69037cd5b3f12d793d4be543a1343ff29.zip
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files 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