File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3635,8 +3635,8 @@ conditions, `fs.write()` may write only part of the buffer and will need to be
3635
3635
retried to write the remaining data, whereas ` fs.writeFile() ` will retry until
3636
3636
the data is entirely written (or an error occurs).
3637
3637
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
3640
3640
written to the beginning of the file, and the file's original data may remain
3641
3641
before and/or after the newly written data.
3642
3642
You can’t perform that action at this time.
0 commit comments