summaryrefslogtreecommitdiff
path: root/deps/uv/docs/src/design.rst
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/docs/src/design.rst')
-rw-r--r--deps/uv/docs/src/design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/docs/src/design.rst b/deps/uv/docs/src/design.rst
index 487d08ba62..001b12334d 100644
--- a/deps/uv/docs/src/design.rst
+++ b/deps/uv/docs/src/design.rst
@@ -126,7 +126,7 @@ 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
`this post <http://blog.libtorrent.org/2012/10/asynchronous-disk-io/>`_.
-libuv currently uses a global thread pool on which all loops can queue work on. 3 types of
+libuv currently uses a global thread pool on which all loops can queue work. 3 types of
operations are currently run on this pool:
* File system operations