[commit: ghc] ghc-8.0: Minor users-guide markup fixup [skip ci] (06bfee3)
git at git.haskell.org
git at git.haskell.org
Wed Jan 27 12:05:17 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/06bfee33336d54aa823b38e10244c21bf2a49b13/ghc
>---------------------------------------------------------------
commit 06bfee33336d54aa823b38e10244c21bf2a49b13
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Jan 26 12:00:58 2016 +0100
Minor users-guide markup fixup [skip ci]
(cherry picked from commit 5f5dc8626e59272f7055f57d9a651c9bbb3a6ee5)
>---------------------------------------------------------------
06bfee33336d54aa823b38e10244c21bf2a49b13
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