diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-06-07 14:13:42 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-06-07 14:13:42 -0700 |
commit | 00e3a5d723a6182faab4737478fb18599316e2c1 (patch) | |
tree | 268695a55feb0225067d4ec038a8a7e5597645fe /docs | |
parent | 7d58a97854bffd515a421d4cd2d7eeee8a99601e (diff) | |
download | haskell-00e3a5d723a6182faab4737478fb18599316e2c1.tar.gz |
Typofix.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/using-concurrent.rst | 2 |
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 |