[commit: ghc] master: glasgow_exts.rst: fix quoting (81d8a23)
git at git.haskell.org
git at git.haskell.org
Mon May 2 10:29:31 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/81d8a23ee7c0897d4ab2848ec2a990a8cdf9c66b/ghc
>---------------------------------------------------------------
commit 81d8a23ee7c0897d4ab2848ec2a990a8cdf9c66b
Author: Sergei Trofimovich <siarheit at google.com>
Date: Thu Apr 21 22:43:11 2016 +0100
glasgow_exts.rst: fix quoting
glasgow_exts.rst:6525: WARNING: Inline literal start-string without end-string.
Signed-off-by: Sergei Trofimovich <siarheit at google.com>
>---------------------------------------------------------------
81d8a23ee7c0897d4ab2848ec2a990a8cdf9c66b
docs/users_guide/glasgow_exts.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index fe12568..deffd01 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -6540,7 +6540,7 @@ completely covers the cases covered by the instance head.
cannot give any *subsequent* instances for ``(GMap Flob ...)``,
this facility was not very useful, except perhaps when the free
indexed parameter has a fixed number of alternatives
- (e.g. ``Bool`). But in that case it is better to define an auxiliary
+ (e.g. ``Bool``). But in that case it is better to define an auxiliary
closed type function like this: ::
class C a where
More information about the ghc-commits
mailing list