From c2a345fa67ad8998a621cd0c77dbf2db82436959 Mon Sep 17 00:00:00 2001 From: wyckster Date: Tue, 22 Feb 2022 10:58:43 -0500 Subject: [PATCH] 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. --- docs/src/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/design.rst b/docs/src/design.rst index a23e33a2..0f5580c7 100644 --- a/docs/src/design.rst +++ b/docs/src/design.rst @@ -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 `_. libuv currently uses a global thread pool on which all loops can queue work. 3 types of