Skip to content

Commit e3f905a

Browse files
TrottBridgeAR
authored andcommitted
doc: remove "encouraged" as hedging in fs.md
PR-URL: #28027 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 df22b96 commit e3f905a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/fs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ fs.rename('/tmp/hello', '/tmp/world', (err) => {
7373
});
7474
```
7575

76-
In busy processes, the programmer is _strongly encouraged_ to use the
77-
asynchronous versions of these calls. The synchronous versions will block
78-
the entire process until they complete — halting all connections.
76+
In busy processes, use the asynchronous versions of these calls. The synchronous
77+
versions will block the entire process until they complete, halting all
78+
connections.
7979

8080
While it is not recommended, most fs functions allow the callback argument to
8181
be omitted, in which case a default callback is used that rethrows errors. To

0 commit comments

Comments
 (0)