We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e028a1 commit e5ce53aCopy full SHA for e5ce53a
doc/api/fs.md
@@ -797,8 +797,8 @@ the end of the file.
797
798
_Note: The behavior of `fs.open()` is platform specific for some flags. As such,
799
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._
+will return an error. In contrast, on Windows and FreeBSD, a file descriptor
+will be returned._
802
803
```js
804
// OS X and Linux
0 commit comments