summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Biehl <alexbiehl@gmail.com>2017-03-22 10:25:24 +0100
committerBen Gamari <ben@smart-cactus.org>2017-04-13 12:23:23 -0400
commit1c6ce33d0a30d43c1e6276380900382cb57dee7d (patch)
treebaa20b59ae8893825df17193007e1bc1016b093d
parent87078efd7d517a69f6737b4c40a73c063684c5cf (diff)
downloadhaskell-1c6ce33d0a30d43c1e6276380900382cb57dee7d.tar.gz
Doc typo
-rw-r--r--docs/users_guide/8.2.1-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst
index 7d87ad3518..37fdabbb7e 100644
--- a/docs/users_guide/8.2.1-notes.rst
+++ b/docs/users_guide/8.2.1-notes.rst
@@ -112,7 +112,7 @@ Compiler
directive on undefined identifiers.
- GHC will no longer automatically infer the kind of higher-rank type synonyms;
- you must explicitly explicitly annotate the synonym with a kind signature.
+ you must explicitly annotate the synonym with a kind signature.
For example, given::
data T :: (forall k. k -> Type) -> Type