From 1994304255f785f00a7ba3e74b62b0bb7c487626 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Fri, 20 Nov 2015 07:28:22 -0600 Subject: user's guide: Fix some accidental triple-` quote Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D1503 --- docs/users_guide/separate_compilation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/users_guide/separate_compilation.rst') 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 `. If there is a +``M.hi``, using the ``--show-iface`` :ref:`mode `. If there is a ``[orphan module]`` on the first line, GHC considers it an orphan module. -- cgit v1.2.1