[commit: packages/parallel] master: Fix typo in SeqStrategy documentation (4715f86)
git at git.haskell.org
git at git.haskell.org
Sat Jan 2 08:16:49 UTC 2016
Repository : ssh://git@git.haskell.org/parallel
On branch : master
Link : http://git.haskell.org/packages/parallel.git/commitdiff/4715f86d3171d10ee2f1733d014a05e19e4717cb
>---------------------------------------------------------------
commit 4715f86d3171d10ee2f1733d014a05e19e4717cb
Author: Maximilian Tagher <feedback.tagher at gmail.com>
Date: Sat May 30 22:06:18 2015 -0700
Fix typo in SeqStrategy documentation
>---------------------------------------------------------------
4715f86d3171d10ee2f1733d014a05e19e4717cb
Control/Parallel/Strategies.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Control/Parallel/Strategies.hs b/Control/Parallel/Strategies.hs
index 61e5c5f..67bae69 100644
--- a/Control/Parallel/Strategies.hs
+++ b/Control/Parallel/Strategies.hs
@@ -323,7 +323,7 @@ strat2 `dot` strat1 = strat2 . runEval . strat1
evalSeq :: SeqStrategy a -> Strategy a
evalSeq strat x = strat x `pseq` return x
--- | a name for @Control.Seq.Strategy@, for documetnation only.
+-- | A name for @Control.Seq.Strategy@, for documentation only.
type SeqStrategy a = Control.Seq.Strategy a
-- --------------------------------------------------------------------------
More information about the ghc-commits
mailing list