Fix typo on the 'XMonad.Hooks.Rescreen' doc

This commit is contained in:
a5ob7r
2022-03-22 11:21:53 +09:00
parent 8a28fbb29e
commit 9128342f25

View File

@@ -34,7 +34,7 @@ import qualified XMonad.Util.ExtensibleConf as XC
-- --
-- To use this, include the following in your @~\/.xmonad\/xmonad.hs@: -- To use this, include the following in your @~\/.xmonad\/xmonad.hs@:
-- --
-- > import XMonad.Hooks.RescreenHook -- > import XMonad.Hooks.Rescreen
-- --
-- define your custom hooks: -- define your custom hooks:
-- --