summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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