summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorTomohiro <gpuppur@gmail.com>2018-10-13 15:55:34 +0900
committerAndreas Rumpf <rumpf_a@web.de>2018-10-13 08:55:34 +0200
commiteb4272ba1cbed567a35d8c2eb8eff4081794b190 (patch)
tree8820a48cb8545d71788fdaee4986c2030308be74 /lib
parent9cdd9be5a529675112b4c0e85a66061eaf0f53b7 (diff)
downloadNim-eb4272ba1cbed567a35d8c2eb8eff4081794b190.tar.gz
manual: Fix links to Parallel & Spawn (#9342)
Diffstat (limited to 'lib')
-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 f3b13fac5..9c9425d9f 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'.
+## Implements Nim's `spawn <manual.html#parallel-amp-spawn>`_.
 
 when not compileOption("threads"):
   {.error: "Threadpool requires --threads:on option.".}