We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3174bc1 commit d65c90bCopy full SHA for d65c90b
doc/api/fs.md
@@ -3635,8 +3635,8 @@ conditions, `fs.write()` may write only part of the buffer and will need to be
3635
retried to write the remaining data, whereas `fs.writeFile()` will retry until
3636
the data is entirely written (or an error occurs).
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
+The implications of this are a common source of confusion. In
+the file descriptor case, the file is not replaced! The data is not necessarily
3640
written to the beginning of the file, and the file's original data may remain
3641
before and/or after the newly written data.
3642
0 commit comments