diff --git a/XMonad/Layout/Reflect.hs b/XMonad/Layout/Reflect.hs index 8c4ea64e..29a205cc 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: --