summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 14:48:09 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 14:48:09 +0000
commit3cccf032e6ba496c14c56b0d6faaea3c51946665 (patch)
tree8e5aa313d1727ba9152646b14e0b29918b5e43bc /NEWS
parent79c7a51893e1c8b95d98728feb7c75bc31671ed8 (diff)
* ChangeLog: fix a typo in r53149.
* NEWS: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cb324080f9..18726a3921 100644
--- a/NEWS
+++ b/NEWS
@@ -97,7 +97,7 @@ with all sufficient information, see the ChangeLog file.
this parameter is bitwise-ORed to oflags generated by normal mode argument.
[Feature #11253]
- * IO#fadvise no longer raises Errno::ENOSYS in cases where it was
+ * IO#advise no longer raises Errno::ENOSYS in cases where it was
detected at build time but not available at runtime. [Feature #11806]
* Kernel