diff options
author | Araq <rumpf_a@web.de> | 2014-04-22 23:27:35 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-04-22 23:27:35 +0200 |
commit | e128f48ff684d67effe4b6b9ddc6eafaa16ed3b1 (patch) | |
tree | 6b8ea0c980f6820cc2b34492c408e331abcb3acf /doc/manual.txt | |
parent | 8d6ed9429a14e2306db9721701d256da8b4eba3b (diff) | |
download | Nim-e128f48ff684d67effe4b6b9ddc6eafaa16ed3b1.tar.gz |
minor tweak to the manual
Diffstat (limited to 'doc/manual.txt')
-rw-r--r-- | doc/manual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt index 98af5aebc..39e2bad2a 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -5688,7 +5688,7 @@ Spawn Nimrod has a builtin thread pool that can be used for CPU intensive tasks. For IO intensive tasks the upcoming ``async`` and ``await`` features should be -used. `spawn`:idx: is used to pass a task to the thread pool: +used instead. `spawn`:idx: is used to pass a task to the thread pool: .. code-block:: nimrod proc processLine(line: string) = |