[commit: ghc] wip/tdammers/T11066: Typofix in manual [ci skip] (0210651)

git at git.haskell.org git at git.haskell.org
Wed May 30 10:46:45 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/tdammers/T11066
Link       : http://ghc.haskell.org/trac/ghc/changeset/0210651161fe1cdd26ddfe1870b7ad5cdca70747/ghc

>---------------------------------------------------------------

commit 0210651161fe1cdd26ddfe1870b7ad5cdca70747
Author: Gabor Greif <ggreif at gmail.com>
Date:   Tue May 29 12:15:18 2018 +0200

    Typofix in manual [ci skip]


>---------------------------------------------------------------

0210651161fe1cdd26ddfe1870b7ad5cdca70747
 docs/users_guide/debugging.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst
index ada0018..370fa4a 100644
--- a/docs/users_guide/debugging.rst
+++ b/docs/users_guide/debugging.rst
@@ -235,7 +235,7 @@ subexpression elimination pass.
     :shortdesc: Dump simplifier stats
     :type: dynamic
 
-    Dump statistics about how many of each kind of transformation too
+    Dump statistics about how many of each kind of transformation took
     place. If you add ``-dppr-debug`` you get more detailed information.
 
 .. ghc-flag:: -dverbose-core2core



More information about the ghc-commits mailing list