From 82cb8151ade263e88c280819110d8fe6b9c921b3 Mon Sep 17 00:00:00 2001 From: Connor Burton Date: Tue, 20 Sep 2022 20:17:41 +0100 Subject: [PATCH] doc: remove extra space on threadpool usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/44734 Reviewed-By: Darshan Sen Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Tobias Nießen Reviewed-By: Luigi Pinca --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 5b08e274a11a8c..fed61f238aa9a9 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -7525,7 +7525,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.