summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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