[commit: ghc] master: users-guide: Fix markup (a2e9549)
git at git.haskell.org
git at git.haskell.org
Tue Jan 2 20:55:23 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a2e95495c1f770f20c2e882e72401cad5ed864d6/ghc
>---------------------------------------------------------------
commit a2e95495c1f770f20c2e882e72401cad5ed864d6
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Dec 23 11:23:40 2017 -0500
users-guide: Fix markup
>---------------------------------------------------------------
a2e95495c1f770f20c2e882e72401cad5ed864d6
docs/users_guide/using-warnings.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index cf41c28..bd3c41d 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -580,10 +580,10 @@ of ``-W(no-)*``.
foreign import "&f" f :: FunPtr t
- The first form declares that \`f\` is a (pure) C function that takes
- no arguments and returns a pointer to a C function with type \`t\`,
- whereas the second form declares that \`f\` itself is a C function
- with type \`t\`. The first declaration is usually a mistake, and one
+ The first form declares that ``f`` is a (pure) C function that takes
+ no arguments and returns a pointer to a C function with type ``t``,
+ whereas the second form declares that ``f`` itself is a C function
+ with type ``t``. The first declaration is usually a mistake, and one
that is hard to debug because it results in a crash, hence this
warning.
More information about the ghc-commits
mailing list