summary refs log tree commit diff stats
path: root/lib/pure
diff options
context:
space:
mode:
authornoah edward hall <noahedwardhall@gmail.com>2023-05-19 14:23:44 -0500
committerGitHub <noreply@github.com>2023-05-19 21:23:44 +0200
commit4186529ff7ae9afcdf56ceed41da43e806e537e1 (patch)
treed80141ccf6fd115a614b5863f0a0f43031ce1b82 /lib/pure
parent21ff10b882ccf0b5eeec44a73dfec16b0cb32f26 (diff)
downloadNim-4186529ff7ae9afcdf56ceed41da43e806e537e1.tar.gz
Update threadpool.nim with correct link to typedthreads module (#21865)
Diffstat (limited to 'lib/pure')
-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 0eb20dc9a..136850b4f 100644
--- a/lib/pure/concurrency/threadpool.nim
+++ b/lib/pure/concurrency/threadpool.nim
@@ -13,7 +13,7 @@
 ##
 ## See also
 ## ========
-## * `threads module <threads.html>`_ for basic thread support
+## * `threads module <typedthreads.html>`_ for basic thread support
 ## * `locks module <locks.html>`_ for locks and condition variables
 ## * `asyncdispatch module <asyncdispatch.html>`_ for asynchronous IO