Merge pull request #163 from aplaice/patch-1

Fix typo Utils -> Util
This commit is contained in:
geekosaur
2018-04-18 18:25:18 -04:00
committed by GitHub

View File

@@ -73,7 +73,7 @@ data XState = XState
, extensibleState :: !(M.Map String (Either String StateExtension))
-- ^ stores custom state information.
--
-- The module "XMonad.Utils.ExtensibleState" in xmonad-contrib
-- The module "XMonad.Util.ExtensibleState" in xmonad-contrib
-- provides additional information and a simple interface for using this.
}