Skip to content

Commit 93111e4

Browse files
AlphaDiodanielleadams
authored andcommitted
doc: fix closing parenthesis
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>
1 parent 3a9ffa8 commit 93111e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
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)