Skip to content

Commit 82cb815

Browse files
connorjburtonRafaelGSS
authored andcommitted
doc: remove extra space on threadpool usage
PR-URL: #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>
1 parent 64cb43a commit 82cb815

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
@@ -7525,7 +7525,7 @@ try {
75257525
75267526
### Threadpool usage
75277527
7528-
All callback and promise-based file system APIs ( with the exception of
7528+
All callback and promise-based file system APIs (with the exception of
75297529
`fs.FSWatcher()`) use libuv's threadpool. This can have surprising and negative
75307530
performance implications for some applications. See the
75317531
[`UV_THREADPOOL_SIZE`][] documentation for more information.

0 commit comments

Comments
 (0)