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:
authorConnor Burton <me@connorburton.com>2022-09-20 22:17:41 +0300
committerGitHub <noreply@github.com>2022-09-20 22:17:41 +0300
commit50329ae22d5bad64ae01902e00fca43b2aff6379 (patch)
tree33bc3b3cb07ecd934fa8f8ad96665b993dd97f59
parent9b369824cb58d1dfbec2db84380014df07280755 (diff)
doc: remove extra space on threadpool usage
PR-URL: https://github.com/nodejs/node/pull/44734 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
-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 b47ce5f4c81..df5e789369d 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -7553,7 +7553,7 @@ try {
### Threadpool usage
-All callback and promise-based file system APIs ( with the exception of
+All callback and promise-based file system APIs (with the exception of
`fs.FSWatcher()`) use libuv's threadpool. This can have surprising and negative
performance implications for some applications. See the
[`UV_THREADPOOL_SIZE`][] documentation for more information.