Skip to content

Commit

Permalink
doc: fix closing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaDio authored and Trott committed Dec 15, 2021
1 parent 162e5a1 commit 70c7a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
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) are required.

## Synchronous example

Expand Down

0 comments on commit 70c7a1c

Please sign in to comment.