summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 c5179c7333..8c0587c7ad 100644
--- a/docs/users_guide/using-concurrent.rst
+++ b/docs/users_guide/using-concurrent.rst
@@ -78,7 +78,7 @@ following compiler options affect parallelism:
.. ghc-flag:: -feager-blackholing
- Blackholing is the act of marking a thunk (lazy computuation) as
+ Blackholing is the act of marking a thunk (lazy computation) as
being under evaluation. It is useful for three reasons: firstly it
lets us detect certain kinds of infinite loop (the
``NonTermination`` exception), secondly it avoids certain kinds of