diff options
Diffstat (limited to '')
-rw-r--r-- | XMonad/Layout/Reflect.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Reflect.hs b/XMonad/Layout/Reflect.hs index 8c4ea64..29a205c 100644 --- a/XMonad/Layout/Reflect.hs +++ b/XMonad/Layout/Reflect.hs @@ -47,7 +47,7 @@ import XMonad.Layout.MultiToggle -- physical layout of the windows vertically or horizontally. -- -- "XMonad.Layout.MultiToggle" transformers are also provided for --- toggling layouts between reflected/non-reflected with a keybinding. +-- toggling layouts between reflected\/non-reflected with a keybinding. -- To use this feature, you will also need to import the MultiToggle -- module: -- |