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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ import XMonad.Prelude
-- $usage
-- 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:
--