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 committed Dec 16, 2021
1 parent e56bf50 commit 7f6243e
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 7f6243e

Please sign in to comment.