Skip to content

Commit 78bad11

Browse files
authored
remove extraneous ) in docstring
1 parent 2b079bf commit 78bad11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XMonad/Hooks/OnPropertyChange.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import XMonad.Prelude
4747
--
4848
-- > main = xmonad $ def
4949
-- > { ...
50-
-- > , handleEventHook = onXPropertyChange "WM_NAME" (title =? "Spotify" --> doShift "5"))
50+
-- > , handleEventHook = onXPropertyChange "WM_NAME" (title =? "Spotify" --> doShift "5")
5151
-- > , ...
5252
-- > }
5353
--

0 commit comments

Comments
 (0)