diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-11-20 07:28:22 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-11-20 07:28:42 -0600 |
commit | 1994304255f785f00a7ba3e74b62b0bb7c487626 (patch) | |
tree | fe10641ef3112ef661ed83654dfe7a26215db04c /docs/users_guide/separate_compilation.rst | |
parent | a689c8edb1639669cb8df58092b8b77a0a581717 (diff) | |
download | haskell-1994304255f785f00a7ba3e74b62b0bb7c487626.tar.gz |
user's guide: Fix some accidental triple-` quote
Reviewed By: austin
Differential Revision: https://phabricator.haskell.org/D1503
Diffstat (limited to 'docs/users_guide/separate_compilation.rst')
-rw-r--r-- | docs/users_guide/separate_compilation.rst | 2 |
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. |