Skip to content

Commit

Permalink
✏️ Fixed closing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaDio committed Dec 15, 2021
1 parent 162e5a1 commit a358df1
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 a358df1

Please sign in to comment.