summaryrefslogtreecommitdiff
path: root/docs/users_guide/glasgow_exts.rst
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-05-11 15:13:02 +0200
committerGabor Greif <ggreif@gmail.com>2017-05-12 10:06:46 +0200
commit09938f29cd615a3073f49f8b628650693e2f29e9 (patch)
tree2ad7e2e0fa28699113dc5048d35d1b199b1db45d /docs/users_guide/glasgow_exts.rst
parent410906b241f1ee5b338957acfc367f54e6d34fb1 (diff)
downloadhaskell-09938f29cd615a3073f49f8b628650693e2f29e9.tar.gz
Typos [ci skip]
Diffstat (limited to 'docs/users_guide/glasgow_exts.rst')
-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 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-