Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: remove extra space on threadpool usage
  • Loading branch information
connorjburton authored Sep 20, 2022
commit 5198be91d8d5f591274123ab26707da9a387d50c
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down