From 5198be91d8d5f591274123ab26707da9a387d50c Mon Sep 17 00:00:00 2001 From: Connor Burton Date: Tue, 20 Sep 2022 15:22:36 +0100 Subject: [PATCH] doc: remove extra space on threadpool usage --- 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 b47ce5f4c817d4..df5e789369d887 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.