summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Bool.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/Data/Bool.hs')
-rw-r--r--libraries/base/Data/Bool.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Data/Bool.hs b/libraries/base/Data/Bool.hs
index 9f1bef6e7c..3e812d41b4 100644
--- a/libraries/base/Data/Bool.hs
+++ b/libraries/base/Data/Bool.hs
@@ -35,7 +35,7 @@ import GHC.Base
-- think of it as an if-then-else construct with its arguments
-- reordered.
--
--- /Since: 4.7.0.0/
+-- @since 4.7.0.0
--
-- ==== __Examples__
--