[commit: ghc] master: Minor users-guide markup fixup [skip ci] (5f5dc86)
git at git.haskell.org
git at git.haskell.org
Tue Jan 26 11:42:52 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5f5dc8626e59272f7055f57d9a651c9bbb3a6ee5/ghc
>---------------------------------------------------------------
commit 5f5dc8626e59272f7055f57d9a651c9bbb3a6ee5
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Jan 26 12:00:58 2016 +0100
Minor users-guide markup fixup [skip ci]
>---------------------------------------------------------------
5f5dc8626e59272f7055f57d9a651c9bbb3a6ee5
docs/users_guide/using-warnings.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index 10fc9df..e4f8d2c 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -226,7 +226,7 @@ of ``-W(no-)*``.
* If ``return`` is defined it must be canonical (i.e. ``return = pure``).
* If ``(>>)`` is defined it must be canonical (i.e. ``(>>) = (*>)``).
- Moreover, in 'Applicative' instance declarations:
+ Moreover, in ``Applicative`` instance declarations:
* Warn if ``pure`` is defined backwards (i.e. ``pure = return``).
* Warn if ``(*>)`` is defined backwards (i.e. ``(*>) = (>>)``).
@@ -268,7 +268,7 @@ of ``-W(no-)*``.
* If ``mappend`` is defined it must be canonical
(i.e. ``mappend = (Data.Semigroup.<>)``).
- Moreover, in 'Semigroup' instance declarations:
+ Moreover, in ``Semigroup`` instance declarations:
* Warn if ``(<>)`` is defined backwards (i.e. ``(<>) = mappend``).
More information about the ghc-commits
mailing list