diff options
Diffstat (limited to 'Commands.hs')
-rw-r--r-- | Commands.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Commands.hs b/Commands.hs index 1a80b80..61fc592 100644 --- a/Commands.hs +++ b/Commands.hs @@ -1,6 +1,6 @@ ----------------------------------------------------------------------------- -- | --- Module : XMobar.Commands +-- Module : Xmobar.Commands -- Copyright : (c) Andrea Rossato -- License : BSD-style (see LICENSE) -- @@ -14,7 +14,7 @@ -- appear in the 'Config.commands' field of the 'Config.Config' data type. -- -- The 'Command' data type stores the monitors to be run internally by --- XMobar. +-- Xmobar. -- ----------------------------------------------------------------------------- |