Skip to content

Commit 6781db5

Browse files
committed
doc: remove extraneous "on"
Fixes: libuv#2000 PR-URL: libuv#2010 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jamie Davis <davisjam@vt.edu> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
1 parent ee87f34 commit 6781db5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ so the current approach is to run blocking file I/O operations in a thread pool.
126126
For a thorough explanation of the cross-platform file I/O landscape, checkout
127127
`this post <http://blog.libtorrent.org/2012/10/asynchronous-disk-io/>`_.
128128

129-
libuv currently uses a global thread pool on which all loops can queue work on. 3 types of
129+
libuv currently uses a global thread pool on which all loops can queue work. 3 types of
130130
operations are currently run on this pool:
131131

132132
* File system operations

0 commit comments

Comments
 (0)