[commit: ghc] master: Further linguistic improvement of that one line (9672b08)
git at git.haskell.org
git at git.haskell.org
Mon Sep 16 18:10:50 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9672b08272ce6ed0e6540b0cfc99c2754d6100c8/ghc
>---------------------------------------------------------------
commit 9672b08272ce6ed0e6540b0cfc99c2754d6100c8
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Sep 16 18:09:36 2013 +0200
Further linguistic improvement of that one line
now brought to you by Gabor Greif... ;-)
>---------------------------------------------------------------
9672b08272ce6ed0e6540b0cfc99c2754d6100c8
docs/users_guide/7.8.1-notes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 8645508..8c6da10 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -553,7 +553,7 @@
<listitem>
<para>
<literal>Data.Bool</literal> now exports
- <literal>bool :: a -> a -> Bool -> a</literal>, analogous
+ <literal>bool :: a -> a -> Bool -> a</literal>, analogously
to <literal>maybe</literal> and <literal>either</literal>
in their respective modules.
</para>
More information about the ghc-commits
mailing list