Skip to content

Commit d65c90b

Browse files
Trotttargos
authored andcommitted
doc: remove "note that" from fs.md
Refs: nodejs/remark-preset-lint-node#16 PR-URL: #28329 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 3174bc1 commit d65c90b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/fs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3635,8 +3635,8 @@ conditions, `fs.write()` may write only part of the buffer and will need to be
36353635
retried to write the remaining data, whereas `fs.writeFile()` will retry until
36363636
the data is entirely written (or an error occurs).
36373637

3638-
Since the implications of this are a common source of confusion, note that in
3639-
the file descriptor case the file is not replaced! The data is not necessarily
3638+
The implications of this are a common source of confusion. In
3639+
the file descriptor case, the file is not replaced! The data is not necessarily
36403640
written to the beginning of the file, and the file's original data may remain
36413641
before and/or after the newly written data.
36423642

0 commit comments

Comments
 (0)