diff options
Diffstat (limited to 'docs/users_guide/glasgow_exts.rst')
-rw-r--r-- | docs/users_guide/glasgow_exts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst index 2b7b65269e..729cd4d1c8 100644 --- a/docs/users_guide/glasgow_exts.rst +++ b/docs/users_guide/glasgow_exts.rst @@ -9497,7 +9497,7 @@ Here are the details: visible type application. * Universal variables always come first, in precisely the order they - appear in the type delcaration. Universal variables that are + appear in the type declaration. Universal variables that are constrained by a GADT return type are not included in the data constructor. * Existential variables come next. Their order is determined by a user- |