Skip to content

Commit

Permalink
remove extraneous ) in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
geekosaur authored Mar 20, 2024
1 parent 2b079bf commit 78bad11
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 @@ -47,7 +47,7 @@ import XMonad.Prelude
--
-- > main = xmonad $ def
-- > { ...
-- > , handleEventHook = onXPropertyChange "WM_NAME" (title =? "Spotify" --> doShift "5"))
-- > , handleEventHook = onXPropertyChange "WM_NAME" (title =? "Spotify" --> doShift "5")
-- > , ...
-- > }
--
Expand Down

0 comments on commit 78bad11

Please sign in to comment.