Skip to content

Commit 4b749c9

Browse files
authored
Merge pull request #21 from jy14898/master
Fix small error in docs
2 parents c1b9a0d + dcb4057 commit 4b749c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Monad/ST/Internal.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ instance monadRecST :: MonadRec (ST r) where
6060
-- | Run an `ST` computation.
6161
-- |
6262
-- | Note: the type of `run` uses a rank-2 type to constrain the phantom
63-
-- | type `h`, such that the computation must not leak any mutable references
63+
-- | type `r`, such that the computation must not leak any mutable references
6464
-- | to the surrounding computation. It may cause problems to apply this
6565
-- | function using the `$` operator. The recommended approach is to use
6666
-- | parentheses instead.

0 commit comments

Comments
 (0)