summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Monad/ST
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 /libraries/base/Control/Monad/ST
parent87c5fdbba118db1938d699951a811cc2f6206d4d (diff)
downloadhaskell-78c80c250021ccb7a84afaabebe0d69f9b9372ee.tar.gz
Typos in comments and manual [ci skip]
Diffstat (limited to 'libraries/base/Control/Monad/ST')
-rw-r--r--libraries/base/Control/Monad/ST/Lazy/Imp.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Control/Monad/ST/Lazy/Imp.hs b/libraries/base/Control/Monad/ST/Lazy/Imp.hs
index 67d5838356..4f1204b89f 100644
--- a/libraries/base/Control/Monad/ST/Lazy/Imp.hs
+++ b/libraries/base/Control/Monad/ST/Lazy/Imp.hs
@@ -51,7 +51,7 @@ import qualified Control.Monad.Fail as Fail
-- by @s@, and returns a value of type @a@.
-- The @s@ parameter is either
--
--- * an unstantiated type variable (inside invocations of 'runST'), or
+-- * an uninstantiated type variable (inside invocations of 'runST'), or
--
-- * 'RealWorld' (inside invocations of 'stToIO').
--