Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlphaDio <diop.alpha@gmail.com>2021-12-16 09:52:52 +0300
committerGitHub <noreply@github.com>2021-12-16 09:52:52 +0300
commit7f6243efd576f8a7f59c5508dda7738c415bac77 (patch)
treec1c50d82be36af87daef2d105655f6a56a65260a /doc/api/fs.md
parente56bf500c7e49bae1d07ac0ece9cf0ab0dbd3a00 (diff)
doc: fix closing parenthesis
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc/api/fs.md')
-rw-r--r--doc/api/fs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index c8fa23cf7c4..a3b069913ff 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -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