diff options
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>`_ |