Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d65c90b

Browse filesBrowse 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 <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 3174bc1 commit d65c90b
Copy full SHA for d65c90b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/fs.md‎

Copy file name to clipboardExpand all lines: doc/api/fs.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.