Fix thinko in documentation

This file was obviously copied from `DwmStyle`, and the author missed changing that
out to `simpleDeco` in one place. Just patching in place since it's a one-word change.
This commit is contained in:
brandon s allbery kf8nh 2021-11-12 13:47:21 -05:00 committed by GitHub
parent 67a92edd2a
commit 6cb2796fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ import XMonad.Layout.Decoration
--
-- and
--
-- > myL = dwmStyle shrinkText mySDConfig (layoutHook def)
-- > myL = simpleDeco shrinkText mySDConfig (layoutHook def)
-- | Add simple decorations to windows of a layout.
simpleDeco :: (Eq a, Shrinker s) => s -> Theme