Skip to content
Snippets Groups Projects
Commit 59e95bdf authored by Sebastian Graf's avatar Sebastian Graf Committed by Marge Bot
Browse files

Fix typo in docs [skip ci]

parent ede60537
No related branches found
No related tags found
No related merge requests found
......@@ -1235,7 +1235,7 @@ of ``-W(no-)*``.
second pattern overlaps it. More often than not, redundant patterns
is a programmer mistake/error, so this option is enabled by default.
If the programmer is dead set of keeping a redundant clause,
If the programmer is dead set on keeping a redundant clause,
for example to prevent bitrot, they can make use of a guard
scrutinising ``GHC.Exts.considerAccessible`` to prevent the
checker from flagging the parent clause as redundant: ::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment