diff options
-rw-r--r-- | XMonad/Hooks/DynamicLog.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Hooks/DynamicLog.hs b/XMonad/Hooks/DynamicLog.hs index 77fece5..a3fb58d 100644 --- a/XMonad/Hooks/DynamicLog.hs +++ b/XMonad/Hooks/DynamicLog.hs @@ -352,7 +352,7 @@ data PP = PP { ppCurrent :: WorkspaceId -> String -- ^ applied to the entire formatted string in order to -- output it. Can be used to specify an alternative -- output method (e.g. write to a pipe instead of - -- stdout), and/or to perform some last-minute + -- stdout), and\/or to perform some last-minute -- formatting. } |