mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
Fix typo Utils -> Util
This is extremely minor, but it results in haddock incorrectly hyperlinking XMonad.Utils.ExtensibleState at https://hackage.haskell.org/package/xmonad-0.13/docs/XMonad-Core.html#v:extensibleState
This commit is contained in:
parent
871a80fee7
commit
d216e95f97
@ -73,7 +73,7 @@ data XState = XState
|
|||||||
, extensibleState :: !(M.Map String (Either String StateExtension))
|
, extensibleState :: !(M.Map String (Either String StateExtension))
|
||||||
-- ^ stores custom state information.
|
-- ^ 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.
|
-- provides additional information and a simple interface for using this.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user