diff options
Diffstat (limited to 'docs/users_guide')
| -rw-r--r-- | docs/users_guide/using-warnings.rst | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index cf41c283ab..bd3c41d5d4 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. | 
