summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Vinokurov <serg.foo@gmail.com>2018-09-04 00:09:45 +0100
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2018-09-04 11:11:31 +0300
commitfa3143c76ac77ee96fd89559cacc089205abaa20 (patch)
treede8490a15ceef3261347445079ea3e9e0bcd37f3
parentd1514e8f0e146e7b917bbb05465f875a5de4b2a4 (diff)
downloadhaskell-fa3143c76ac77ee96fd89559cacc089205abaa20.tar.gz
Fix typos in -Wsimplifiable-class-constraints flag docs
-rw-r--r--docs/users_guide/using-warnings.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index 2d28fddbb7..a715fc1740 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -1203,10 +1203,10 @@ of ``-W(no-)*``.
we warn when this special treatment of ``(*)`` takes place.
.. ghc-flag:: -Wsimplifiable-class-constraints
- :shortdesc: 2arn about class constraints in a type signature that can
+ :shortdesc: Warn about class constraints in a type signature that can
be simplified using a top-level instance declaration.
:type: dynamic
- :reverse: -Wno-overlapping-patterns
+ :reverse: -Wno-simplifiable-class-constraints
:category:
:since: 8.2