summaryrefslogtreecommitdiff
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
commitb07db805891d731f19bb0034988f1ebe56eb5e1e (patch)
tree7627d7b96dc83b0d587089f98e5327905dfbb209 /NEWS
parent047bcbd51926580dbf6678bc69cddf7cfb4ed981 (diff)
fix typos.
* Kernel.to_a -> Kernel#to_a * Errno::ENOERROR -> Errno::NOERROR git-svn-id: svn+ssh://ci.ruby-lang.org/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 d86c651cb4..ba99e011fe 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