summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-08 14:14:36 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-09 13:14:17 +0100
commite8f5efb55b694f70542d22d5c3aaf92222ccd973 (patch)
tree57f265e9826ce6ff8542ce4ebd8c73c630dbf0e2 /docs
parentb9bebd8cedccd7e8dd6df89b5504cd8f1e7a675b (diff)
downloadhaskell-e8f5efb55b694f70542d22d5c3aaf92222ccd973.tar.gz
Tweaks and typos in manual, note refs, comments
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 f9869ca207..50744f3e11 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -6877,7 +6877,7 @@ completely covers the cases covered by the instance head.
- A historical note. In the past (but no longer), GHC allowed you to
write *multiple* type or data family instances for a single
- asssociated type. For example: ::
+ associated type. For example: ::
instance GMapKey Flob where
data GMap Flob [v] = G1 v