minor tweak to the manual

This commit is contained in:
Araq
2014-04-22 23:27:35 +02:00
parent 8d6ed9429a
commit e128f48ff6

View File

@@ -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) =