[commit: ghc] master: Fix typos in using.xml (691a48f)
Simon Marlow
marlowsd at gmail.com
Tue May 31 11:53:42 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/691a48f88d1d20403d7fb1f31a7c40159c479117
>---------------------------------------------------------------
commit 691a48f88d1d20403d7fb1f31a7c40159c479117
Author: Daniel Fischer <daniel.is.fischer at googlemail.com>
Date: Mon May 30 08:47:52 2011 +0200
Fix typos in using.xml
>---------------------------------------------------------------
docs/users_guide/using.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml
index 96d3c73..8fa2434 100644
--- a/docs/users_guide/using.xml
+++ b/docs/users_guide/using.xml
@@ -1547,7 +1547,7 @@ f "2" = 2
<indexterm><primary>unused do binding, warning</primary></indexterm>
<indexterm><primary>do binding, unused</primary></indexterm>
- <para>Report expressions occuring in <literal>do</literal> and <literal>mdo</literal> blocks
+ <para>Report expressions occurring in <literal>do</literal> and <literal>mdo</literal> blocks
that appear to silently throw information away.
For instance <literal>do { mapM popInt xs ; return 10 }</literal> would report
the first statement in the <literal>do</literal> block as suspicious,
@@ -1572,7 +1572,7 @@ f "2" = 2
<indexterm><primary>apparently erroneous do binding, warning</primary></indexterm>
<indexterm><primary>do binding, apparently erroneous</primary></indexterm>
- <para>Report expressions occuring in <literal>do</literal> and <literal>mdo</literal> blocks
+ <para>Report expressions occurring in <literal>do</literal> and <literal>mdo</literal> blocks
that appear to lack a binding.
For instance <literal>do { return (popInt 10) ; return 10 }</literal> would report
the first statement in the <literal>do</literal> block as suspicious,
More information about the Cvs-ghc
mailing list