doc: fix sentence fragment in fs doc
PR-URL: https://github.com/nodejs/node/pull/6488 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Alexander Makarenko <estliberitas@gmail.com>
This commit is contained in:
parent
d09c972fde
commit
9f8d0ea6db
@ -797,8 +797,8 @@ the end of the file.
|
|||||||
|
|
||||||
_Note: The behavior of `fs.open()` is platform specific for some flags. As such,
|
_Note: The behavior of `fs.open()` is platform specific for some flags. As such,
|
||||||
opening a directory on OS X and Linux with the `'a+'` flag - see example below -
|
opening a directory on OS X and Linux with the `'a+'` flag - see example below -
|
||||||
will return an error. Whereas on Windows and FreeBSD a file descriptor will be
|
will return an error. In contrast, on Windows and FreeBSD, a file descriptor
|
||||||
returned._
|
will be returned._
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// OS X and Linux
|
// OS X and Linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user