aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--XMonad/Util/Replace.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Util/Replace.hs b/XMonad/Util/Replace.hs
index 49f4011..110f701 100644
--- a/XMonad/Util/Replace.hs
+++ b/XMonad/Util/Replace.hs
@@ -19,7 +19,7 @@ module XMonad.Util.Replace
( -- * Usage
-- $usage
replace
-
+
-- * Notes
-- $shortcomings
@@ -52,7 +52,7 @@ import Control.Monad
-- $getArgs
-- You can use 'System.Environment.getArgs' to watch for an explicit
-- @--replace@ flag:
---
+--
-- > import XMonad
-- > import XMonad.Util.Replace (replace)
-- > import Control.Monad (when)