[commit: ghc] master: Typofix in manual [ci skip] (36656b9)
git at git.haskell.org
git at git.haskell.org
Tue May 29 10:26:57 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/36656b9dfbc46da3c915dc453c301d20463899ff/ghc
>---------------------------------------------------------------
commit 36656b9dfbc46da3c915dc453c301d20463899ff
Author: Gabor Greif <ggreif at gmail.com>
Date: Tue May 29 12:15:18 2018 +0200
Typofix in manual [ci skip]
>---------------------------------------------------------------
36656b9dfbc46da3c915dc453c301d20463899ff
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