summaryrefslogtreecommitdiff
path: root/docs/users_guide/separate_compilation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/separate_compilation.rst')
-rw-r--r--docs/users_guide/separate_compilation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/separate_compilation.rst b/docs/users_guide/separate_compilation.rst
index 11ce8c80d1..c8285d5e0d 100644
--- a/docs/users_guide/separate_compilation.rst
+++ b/docs/users_guide/separate_compilation.rst
@@ -1077,7 +1077,7 @@ off with ``-fno-warn-orphans``, and ``-Werror`` will make the
compilation fail if the warning is issued.
You can identify an orphan module by looking in its interface file,
-``M.hi``, using the ```--show-iface`` :ref:`mode <modes>`. If there is a
+``M.hi``, using the ``--show-iface`` :ref:`mode <modes>`. If there is a
``[orphan module]`` on the first line, GHC considers it an orphan
module.