summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Schlatter <jeremy@jeremyschlatter.com>2020-05-22 16:31:28 -0700
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-05-29 01:41:12 -0400
commit8b4948951198f93290191d4ee32f92dffed803f4 (patch)
tree1f64c491a45c507c0a4648d88357ca0e03466afc
parentf44d7ae08442ae6227db37cacc97fe0def8017c5 (diff)
downloadhaskell-8b4948951198f93290191d4ee32f92dffed803f4.tar.gz
Fix typo in documentation
-rw-r--r--docs/users_guide/using-concurrent.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using-concurrent.rst b/docs/users_guide/using-concurrent.rst
index da27708b5d..035568a366 100644
--- a/docs/users_guide/using-concurrent.rst
+++ b/docs/users_guide/using-concurrent.rst
@@ -16,7 +16,7 @@ Optionally, the program may be linked with the :ghc-flag:`-threaded` option (see
:ref:`options-linker`. This provides two benefits:
- It enables the :rts-flag:`-N ⟨x⟩` to be used, which allows threads to run in
- parallelism on a multi-processor or multi-core machine. See :ref:`using-smp`.
+ parallel on a multi-processor or multi-core machine. See :ref:`using-smp`.
- If a thread makes a foreign call (and the call is not marked
``unsafe``), then other Haskell threads in the program will continue