Skip to content

Commit

Permalink
Fix typo discovered by Tom Hall
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilm committed Feb 2, 2015
1 parent 9f2521c commit df6db79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/threads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ threads are different on all platforms, with different levels of completeness.

This chapter makes the following assumption: **There is only one event loop,
running in one thread (the main thread)**. No other thread interacts
with the event loop (except using ``uv_async_send``). :doc:`multiple` covers
running event loops in different threads and managing them.
with the event loop (except using ``uv_async_send``).

Core thread operations
----------------------
Expand Down

0 comments on commit df6db79

Please sign in to comment.