Skip to content

Commit df22b96

Browse files
TrottBridgeAR
authored andcommitted
doc: remove "strongly recommended" as hedging in fs.md
PR-URL: #28028 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 049429b commit df22b96

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
@@ -4020,7 +4020,7 @@ at the current position. See pwrite(2).
40204020

40214021
It is unsafe to use `filehandle.write()` multiple times on the same file
40224022
without waiting for the `Promise` to be resolved (or rejected). For this
4023-
scenario, [`fs.createWriteStream()`][] is strongly recommended.
4023+
scenario, use [`fs.createWriteStream()`][].
40244024

40254025
On Linux, positional writes do not work when the file is opened in append mode.
40264026
The kernel ignores the position argument and always appends the data to
@@ -4051,7 +4051,7 @@ will be written at the current position. See pwrite(2).
40514051

40524052
It is unsafe to use `filehandle.write()` multiple times on the same file
40534053
without waiting for the `Promise` to be resolved (or rejected). For this
4054-
scenario, [`fs.createWriteStream()`][] is strongly recommended.
4054+
scenario, use [`fs.createWriteStream()`][].
40554055

40564056
On Linux, positional writes do not work when the file is opened in append mode.
40574057
The kernel ignores the position argument and always appends the data to

0 commit comments

Comments
 (0)