doc: checkout -> check out (#3489)
"check out" is a verb phrase, but "checkout" is a noun. Since it is being used as a verb, the spelling "check out" is required.
This commit is contained in:
parent
e0a5f58d2c
commit
c2a345fa67
@ -125,7 +125,7 @@ File I/O
|
||||
Unlike network I/O, there are no platform-specific file I/O primitives libuv could rely on,
|
||||
so the current approach is to run blocking file I/O operations in a thread pool.
|
||||
|
||||
For a thorough explanation of the cross-platform file I/O landscape, checkout
|
||||
For a thorough explanation of the cross-platform file I/O landscape, check out
|
||||
`this post <https://blog.libtorrent.org/2012/10/asynchronous-disk-io/>`_.
|
||||
|
||||
libuv currently uses a global thread pool on which all loops can queue work. 3 types of
|
||||
|
||||
Loading…
Reference in New Issue
Block a user