summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergei Trofimovich <siarheit@google.com>2016-04-21 22:43:11 +0100
committerSergei Trofimovich <siarheit@google.com>2016-05-02 11:29:35 +0100
commit81d8a23ee7c0897d4ab2848ec2a990a8cdf9c66b (patch)
tree2dd18c315f7027e048e63ef760b4845e8b804b44 /docs
parentdb2bfe00e3d277c387c7fc855306fe423462d758 (diff)
downloadhaskell-81d8a23ee7c0897d4ab2848ec2a990a8cdf9c66b.tar.gz
glasgow_exts.rst: fix quoting
glasgow_exts.rst:6525: WARNING: Inline literal start-string without end-string. Signed-off-by: Sergei Trofimovich <siarheit@google.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index fe1256841c..deffd01135 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