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 Jan 31, 2022
1 parent f472dcb commit a2c4fa8
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 a2c4fa8

Please sign in to comment.