Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update doc/api/fs.md
Co-authored-by: mscdex <mscdex@users.noreply.github.com>
  • Loading branch information
Trott and mscdex authored Dec 16, 2021
commit 512ccffdff6090d787b819cb0d02fd082e1385c2
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ unlink('/tmp/hello', (err) => {

The callback-based versions of the `fs` module APIs are preferable over
the use of the promise APIs when maximal performance (both in terms of
execution time and memory allocation) are required.
execution time and memory allocation) is required.

## Synchronous example

Expand Down