diff options
author | Sergey 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 |
commit | fa3143c76ac77ee96fd89559cacc089205abaa20 (patch) | |
tree | de8490a15ceef3261347445079ea3e9e0bcd37f3 /docs/users_guide/using-warnings.rst | |
parent | d1514e8f0e146e7b917bbb05465f875a5de4b2a4 (diff) | |
download | haskell-fa3143c76ac77ee96fd89559cacc089205abaa20.tar.gz |
Fix typos in -Wsimplifiable-class-constraints flag docs
Diffstat (limited to 'docs/users_guide/using-warnings.rst')
-rw-r--r-- | docs/users_guide/using-warnings.rst | 4 |
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 |