Skip to content

Commit a3cd7e7

Browse files
Trottjoelostrowski
authored andcommitted
doc: fix sentence fragment in fs doc
PR-URL: nodejs#6488 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Alexander Makarenko <[email protected]>
1 parent 5617bfa commit a3cd7e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/fs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -797,8 +797,8 @@ the end of the file.
797797

798798
_Note: The behavior of `fs.open()` is platform specific for some flags. As such,
799799
opening a directory on OS X and Linux with the `'a+'` flag - see example below -
800-
will return an error. Whereas on Windows and FreeBSD a file descriptor will be
801-
returned._
800+
will return an error. In contrast, on Windows and FreeBSD, a file descriptor
801+
will be returned._
802802

803803
```js
804804
// OS X and Linux

0 commit comments

Comments
 (0)