diff options
author | jao <jao@gnu.org> | 2018-12-04 20:11:59 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-12-04 20:11:59 +0000 |
commit | d48e752fb87555efb05f1251e6510b7cfdfa71d1 (patch) | |
tree | fb2ef1e88d8fd012c1af160337cc7232a683ab2c /src/Xmobar.hs | |
parent | cf874686b755ebc3784c7123752473f7c12c0580 (diff) | |
download | xmobar-d48e752fb87555efb05f1251e6510b7cfdfa71d1.tar.gz xmobar-d48e752fb87555efb05f1251e6510b7cfdfa71d1.tar.bz2 |
Misleading comment removed
Diffstat (limited to 'src/Xmobar.hs')
-rw-r--r-- | src/Xmobar.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar.hs b/src/Xmobar.hs index ac51c01..cd58ab1 100644 --- a/src/Xmobar.hs +++ b/src/Xmobar.hs @@ -11,7 +11,7 @@ -- Stability : unstable -- Portability : unportable -- --- A status bar for the Xmonad Window Manager +-- Public interface of the xmobar library -- ----------------------------------------------------------------------------- |