From 52ea15cc247061edd96b269112979a2b7904aada Mon Sep 17 00:00:00 2001 From: Jjp137 Date: Tue, 24 Sep 2019 22:12:08 -0700 Subject: [PATCH] threadpool: fix link in docs [ci skip] (#12258) [backport] [backport] (cherry picked from commit e065e51245fc3cef3677b5a7af335f24e7c6e0a2) --- lib/pure/concurrency/threadpool.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pure/concurrency/threadpool.nim b/lib/pure/concurrency/threadpool.nim index b0fc33f07d..d6506cd76e 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 `_. ## ## **See also:** ## * `threads module `_