Skip to content

Commit

Permalink
doc: fix closing parenthesis
Browse files Browse the repository at this point in the history
PR-URL: #41190
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
  • Loading branch information
AlphaDio authored and danielleadams committed Dec 17, 2021
1 parent 3a9ffa8 commit 93111e4
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) is required.

## Synchronous example

Expand Down

0 comments on commit 93111e4

Please sign in to comment.