Skip to content

Commit

Permalink
doc: fix typo in fs.md
Browse files Browse the repository at this point in the history
PR-URL: #50570
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
3fuyang authored and UlisesGascon committed Dec 11, 2023
1 parent 5a86661 commit 90f415d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -3784,7 +3784,7 @@ system requests but rather the internal buffering `fs.readFile` performs.
2. If a file descriptor is specified as the `path`, it will not be closed
automatically.
3. The reading will begin at the current position. For example, if the file
already had `'Hello World`' and six bytes are read with the file descriptor,
already had `'Hello World'` and six bytes are read with the file descriptor,
the call to `fs.readFile()` with the same file descriptor, would give
`'World'`, rather than `'Hello World'`.
Expand Down

0 comments on commit 90f415d

Please sign in to comment.