summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbuggymcbugfix <mail@vilem.net>2020-05-12 00:59:28 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-05-21 12:18:06 -0400
commit3451584f98d4a6b26dba4079b9a703e70a49a3ab (patch)
treed827d967bec8d406b26cec7e7a97b0e4f2d95ca4 /docs
parent6890c38d4568ca444cccc47dd1a86c5e020c3521 (diff)
downloadhaskell-3451584f98d4a6b26dba4079b9a703e70a49a3ab.tar.gz
Fix spelling mistakes and typos
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 fe9a180a4f..c777ccc25c 100644
--- a/docs/users_guide/debugging.rst
+++ b/docs/users_guide/debugging.rst
@@ -301,7 +301,7 @@ subexpression elimination pass.
Rules are filtered by the user provided string, a rule is kept if a prefix
of its name matches the string.
The pass then checks whether any of these rules could apply to
- the program but which didn't file for some reason. For example, specifying
+ the program but which didn't fire for some reason. For example, specifying
``-drule-check=SPEC`` will check whether there are any applications which
might be subject to a rule created by specialisation.