summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-02 22:18:38 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-02 22:18:38 +0000
commit60bfa43238c8c2ea9397ca26f88fcf2cd4216f2f (patch)
treec14c061f91a6365f485ffca603970c685d47a238 /NEWS
parent8b48053bebc35d22a8d7a95578f5efaac6d1a10b (diff)
* NEWS: [DOC] Update doc regarding filesystem load when flushing IO [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45259 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 0f23b73bb2..a25a320d4e 100644
--- a/NEWS
+++ b/NEWS
@@ -31,7 +31,7 @@ with all sufficient information, see the ChangeLog file.
* incompatible changes:
* When flushing file IO, you cannot assume that the metadata of the file
is updated immediately. On some platforms (especially Windows), it is
- delayed till the load of the filesystem is decreased.
+ delayed until the filesystem load is decreased.
=== Stdlib updates (outstanding ones only)