Skip to content

Commit bc9f8d2

Browse files
connorjburtonjuanarbol
authored andcommitted
doc: remove extra space on threadpool usage
PR-URL: #44734 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 42a91e3 commit bc9f8d2

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
@@ -7233,7 +7233,7 @@ try {
72337233
72347234
### Threadpool usage
72357235
7236-
All callback and promise-based file system APIs ( with the exception of
7236+
All callback and promise-based file system APIs (with the exception of
72377237
`fs.FSWatcher()`) use libuv's threadpool. This can have surprising and negative
72387238
performance implications for some applications. See the
72397239
[`UV_THREADPOOL_SIZE`][] documentation for more information.

0 commit comments

Comments
 (0)