From 650778ce47fae29fdcfadbb02c6517722861e0d6 Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Tue, 2 Mar 2021 11:25:13 +0100 Subject: Fix typo in docs [skip ci] --- docs/users_guide/using-warnings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index 3c09d4c141..c0345fb958 100644 --- a/docs/users_guide/using-warnings.rst +++ b/docs/users_guide/using-warnings.rst @@ -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: :: -- cgit v1.2.1