diff options
author | Jjp137 <Jjp137@users.noreply.github.com> | 2019-09-24 22:12:08 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-09-25 07:12:08 +0200 |
commit | e065e51245fc3cef3677b5a7af335f24e7c6e0a2 (patch) | |
tree | 95a576f5a9d3c53dd670e7bd6a10a596325c986e /lib | |
parent | cbefb266bb48bd123f045d34e7ce9b6d17c005da (diff) | |
download | Nim-e065e51245fc3cef3677b5a7af335f24e7c6e0a2.tar.gz |
threadpool: fix link in docs [ci skip] (#12258) [backport]
[backport]
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pure/concurrency/threadpool.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/concurrency/threadpool.nim b/lib/pure/concurrency/threadpool.nim index b0fc33f07..d6506cd76 100644 --- a/lib/pure/concurrency/threadpool.nim +++ b/lib/pure/concurrency/threadpool.nim @@ -7,7 +7,7 @@ # distribution, for details about the copyright. # -## Implements Nim's `spawn <manual.html#parallel-amp-spawn>`_. +## Implements Nim's `spawn <manual_experimental.html#parallel-amp-spawn>`_. ## ## **See also:** ## * `threads module <threads.html>`_ |