diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-06-28 16:40:45 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-06-28 16:40:45 +0200 |
commit | 78c80c250021ccb7a84afaabebe0d69f9b9372ee (patch) | |
tree | b174c8c628e66b3c634658f983bde45f6d64d122 /docs | |
parent | 87c5fdbba118db1938d699951a811cc2f6206d4d (diff) | |
download | haskell-78c80c250021ccb7a84afaabebe0d69f9b9372ee.tar.gz |
Typos in comments and manual [ci skip]
Diffstat (limited to 'docs')
-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 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 |