Skip to content

Commit

Permalink
fix module name in haddock markup
Browse files Browse the repository at this point in the history
This was forgotten when the module was renamed.
  • Loading branch information
geekosaur authored Aug 6, 2024
1 parent eb72684 commit ec5c751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMonad/Hooks/OnPropertyChange.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
--
Expand Down

0 comments on commit ec5c751

Please sign in to comment.