Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e5ce53a

Browse filesBrowse files
TrottFishrock123
authored andcommitted
doc: fix sentence fragment in fs doc
PR-URL: #6488 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Alexander Makarenko <estliberitas@gmail.com>
1 parent 3e028a1 commit e5ce53a
Copy full SHA for e5ce53a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/fs.md‎

Copy file name to clipboardExpand all lines: doc/api/fs.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.