Skip to content

Commit 7f6243e

Browse files
authored
doc: fix closing parenthesis
PR-URL: nodejs#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>
1 parent e56bf50 commit 7f6243e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ unlink('/tmp/hello', (err) => {
9191

9292
The callback-based versions of the `fs` module APIs are preferable over
9393
the use of the promise APIs when maximal performance (both in terms of
94-
execution time and memory allocation are required).
94+
execution time and memory allocation) is required.
9595

9696
## Synchronous example
9797

0 commit comments

Comments
 (0)