summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Steuck <greg@nest.cx>2021-01-02 09:22:57 -0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-01-09 21:23:27 -0500
commit9163b3f104cfe9b9da235f3bf4427d0579f8642e (patch)
tree34a79ef9f996ad25976cc2e57eda5cbcb484d7b1
parenta9ef2399a8bd2db54d4c4a7db5507667a8928993 (diff)
downloadhaskell-9163b3f104cfe9b9da235f3bf4427d0579f8642e.tar.gz
gone_wrong.rst: remove duplicate term
-rw-r--r--docs/users_guide/gone_wrong.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/gone_wrong.rst b/docs/users_guide/gone_wrong.rst
index 5737c2d989..736bad36e0 100644
--- a/docs/users_guide/gone_wrong.rst
+++ b/docs/users_guide/gone_wrong.rst
@@ -39,7 +39,7 @@ Sensitivity to ``.hi`` interface files
GHC is very sensitive about interface files. For example, if it
picks up a non-standard ``Prelude.hi`` file, pretty terrible things
will happen. If you turn on
- ``-XNoImplicitPrelude``-XNoImplicitPrelude option, the compiler will
+ ``-XNoImplicitPrelude`` option, the compiler will
almost surely die, unless you know what you are doing.
Furthermore, as sketched below, you may have big problems running