Skip to content

Commit 93111e4

Browse files
AlphaDiodanielleadams
authored andcommitted
doc: fix closing parenthesis
PR-URL: #41190 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
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

+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)