1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-26 09:41:52 -07:00

fix module name in haddock markup

This was forgotten when the module was renamed.
This commit is contained in:
brandon s allbery kf8nh
2024-08-06 18:53:00 -04:00
committed by GitHub
parent eb7268451c
commit ec5c751b35

@@ -41,7 +41,7 @@ import XMonad.Prelude
-- $usage -- $usage
-- You can use this module with the following in your @xmonad.hs@: -- You can use this module with the following in your @xmonad.hs@:
-- --
-- > import XMonad.Hooks.DynamicProperty -- > import XMonad.Hooks.OnPropertyChange
-- --
-- Enable it by including in you handleEventHook definition: -- Enable it by including in you handleEventHook definition:
-- --