Skip to content

Commit dcb4057

Browse files
authored
Fix docs
1 parent c1b9a0d commit dcb4057

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)