Repository : ssh://darcs.haskell.org//srv/darcs/haddock On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/2490fd357e2842932ef83b771ac75d5cde0c2e5d >--------------------------------------------------------------- commit 2490fd357e2842932ef83b771ac75d5cde0c2e5d Author: Simon Hengel <[email protected]> Date: Wed Oct 10 13:56:04 2012 +0200 Fix typo in documentation >--------------------------------------------------------------- doc/haddock.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/haddock.xml b/doc/haddock.xml index 90946e1..7a2f1e8 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -1658,7 +1658,7 @@ module A where by zero or more result lines:</para> <programlisting> --- | Two examples are given bellow: +-- | Two examples are given below: -- -- >>> fib 10 -- 55 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
