summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNathan Collins <nathan.collins@gmail.com>2018-12-20 10:27:01 -0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-04-03 00:41:05 -0400
commit2ec749b5994aef0eff9185ad2985bfa847cec021 (patch)
tree78e668e83d0d47df37ec045e271ad09178c612a8 /docs
parent5a75ccd0993ff2fdf827824e28ae7db4ad9c25ad (diff)
downloadhaskell-2ec749b5994aef0eff9185ad2985bfa847cec021.tar.gz
users-guide: Fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/using-warnings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index 9f9e4d948d..b0f8c843b9 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -12,7 +12,7 @@ messages, otherwise known as warnings, can be generated during compilation.
Some options control individual warnings and others control collections
of warnings.
To turn off an individual warning ``-W<wflag>``, use ``-Wno-<wflag>``.
-To reverse``-Werror``, which makes all warnings into errors, use ``-Wwarn``.
+To reverse ``-Werror``, which makes all warnings into errors, use ``-Wwarn``.
By default, you get a standard set of warnings which are
generally likely to indicate bugs in your program. These are: