diff options
Diffstat (limited to 'doc/koch.rst')
-rw-r--r-- | doc/koch.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/koch.rst b/doc/koch.rst index 436e0e406..e984a71ea 100644 --- a/doc/koch.rst +++ b/doc/koch.rst @@ -77,7 +77,7 @@ https://nim-lang.org. By default the documentation will be built in parallel using the number of available CPU cores. If any documentation build sub commands fail, they will -be rerun in serial fashion so that meaninful error output can be gathered for +be rerun in serial fashion so that meaningful error output can be gathered for inspection. The ``--parallelBuild:n`` switch or configuration option can be used to force a specific number of parallel jobs or run everything serially from the start (``n == 1``). |