Skip to content

Commit 90f415d

Browse files
3fuyangUlisesGascon
authored andcommitted
doc: fix typo in fs.md
PR-URL: #50570 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 5a86661 commit 90f415d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3784,7 +3784,7 @@ system requests but rather the internal buffering `fs.readFile` performs.
37843784
2. If a file descriptor is specified as the `path`, it will not be closed
37853785
automatically.
37863786
3. The reading will begin at the current position. For example, if the file
3787-
already had `'Hello World`' and six bytes are read with the file descriptor,
3787+
already had `'Hello World'` and six bytes are read with the file descriptor,
37883788
the call to `fs.readFile()` with the same file descriptor, would give
37893789
`'World'`, rather than `'Hello World'`.
37903790

0 commit comments

Comments
 (0)