summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-06-28 16:40:45 +0200
committerGabor Greif <ggreif@gmail.com>2017-06-28 16:40:45 +0200
commit78c80c250021ccb7a84afaabebe0d69f9b9372ee (patch)
treeb174c8c628e66b3c634658f983bde45f6d64d122 /docs
parent87c5fdbba118db1938d699951a811cc2f6206d4d (diff)
downloadhaskell-78c80c250021ccb7a84afaabebe0d69f9b9372ee.tar.gz
Typos in comments and manual [ci skip]
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 4d8b9adf10..d473841dce 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -12268,7 +12268,7 @@ If we did it in Haskell source, thus ::
let f = ... in f `seq` body
-then ``f``\ 's polymorphic type would get intantiated, so the Core
+then ``f``\ 's polymorphic type would get instantiated, so the Core
translation would be ::
let f = ... in f Any `seq` body