[Git][ghc/ghc][master] Fix typo in documentation

Marge Bot gitlab at gitlab.haskell.org
Fri May 29 05:41:22 UTC 2020



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
8b494895 by Jeremy Schlatter at 2020-05-29T01:41:12-04:00
Fix typo in documentation

- - - - -


1 changed file:

- docs/users_guide/using-concurrent.rst


Changes:

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



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8b4948951198f93290191d4ee32f92dffed803f4

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8b4948951198f93290191d4ee32f92dffed803f4
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200529/9ea33eb7/attachment.html>


More information about the ghc-commits mailing list