mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c28e5f0852
commit
a84d3e84a5
1 changed files with 1 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -110,7 +110,7 @@ with all sufficient information, see the ChangeLog file.
|
|||
* When flushing file IO with IO#flush, you cannot assume that the metadata
|
||||
of the file is updated immediately. On some platforms (especially
|
||||
Windows), it is delayed until the filesystem load is decreased.
|
||||
Use IO#fsync if you want to guarantee updaiting metadata.
|
||||
Use IO#fsync if you want to guarantee updating metadata.
|
||||
|
||||
* Math
|
||||
* incompatible changes:
|
||||
|
|
Loading…
Add table
Reference in a new issue