We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5617bfa commit a3cd7e7Copy full SHA for a3cd7e7
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