summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-10-17 13:44:13 +0200
committerGabor Greif <ggreif@gmail.com>2017-10-17 14:05:29 +0200
commit2f436151f4810b67d10c7d208fa81bef6e53d490 (patch)
treeb4bb9485f86708bccc1f41bfc3437822f00e0a3d /docs
parented48d133f9b9e41ea6d5dc254f257eeb12ad00b7 (diff)
downloadhaskell-2f436151f4810b67d10c7d208fa81bef6e53d490.tar.gz
Fix grammaros in comments
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/debugging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst
index 52abd74f25..0096c71157 100644
--- a/docs/users_guide/debugging.rst
+++ b/docs/users_guide/debugging.rst
@@ -49,7 +49,7 @@ Dumping out compiler intermediate structures
be a bit more eager in forcing pass results to more accurately account for
their costs.
- Two types of messages are produced: Those beginning with ``***`` are
+ Two types of messages are produced: Those beginning with ``***`` do
denote the beginning of a compilation phase whereas those starting with
``!!!`` mark the end of a pass and are accompanied by allocation and
runtime statistics.