summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Monad/ST/Lazy/Unsafe.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/Control/Monad/ST/Lazy/Unsafe.hs')
-rw-r--r--libraries/base/Control/Monad/ST/Lazy/Unsafe.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Control/Monad/ST/Lazy/Unsafe.hs b/libraries/base/Control/Monad/ST/Lazy/Unsafe.hs
index 4a1b8c79a6..be31c93c24 100644
--- a/libraries/base/Control/Monad/ST/Lazy/Unsafe.hs
+++ b/libraries/base/Control/Monad/ST/Lazy/Unsafe.hs
@@ -11,7 +11,7 @@
-- Portability : non-portable (requires universal quantification for runST)
--
-- This module presents an identical interface to "Control.Monad.ST",
--- except that the monad delays evaluation of state operations until
+-- except that the monad delays evaluation of 'ST' operations until
-- a value depending on them is required.
--
-- Unsafe API.