summary refs log tree commit diff stats
path: root/lib/pure/concurrency
diff options
context:
space:
mode:
authorWhiteDuke <Wh1teDuke@users.noreply.github.com>2019-06-25 00:24:51 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-06-25 00:24:51 +0200
commit2a7cf71db3c75824be31cfc5b99f4996eb8976c3 (patch)
tree81fd95d7aa3f77b7ae627b5d285cb90b901ed1fa /lib/pure/concurrency
parent403fd3ac43787c98c1d90df70977632b0a079e91 (diff)
downloadNim-2a7cf71db3c75824be31cfc5b99f4996eb8976c3.tar.gz
Fix typo (#11573)
Diffstat (limited to 'lib/pure/concurrency')
-rw-r--r--lib/pure/concurrency/threadpool.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/concurrency/threadpool.nim b/lib/pure/concurrency/threadpool.nim
index 56fd74d86..e5ac09cf6 100644
--- a/lib/pure/concurrency/threadpool.nim
+++ b/lib/pure/concurrency/threadpool.nim
@@ -11,7 +11,7 @@
 ##
 ## **See also:**
 ## * `threads module <threads.html>`_
-## * `chanels module <channels.html>`_
+## * `channels module <channels.html>`_
 ## * `locks module <locks.html>`_
 ## * `asyncdispatch module <asyncdispatch.html>`_