diff options
-rw-r--r-- | XMonad/StackSet.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/StackSet.hs b/XMonad/StackSet.hs index 72c3edd..a7e9f6b 100644 --- a/XMonad/StackSet.hs +++ b/XMonad/StackSet.hs @@ -155,7 +155,7 @@ data RationalRect = RationalRect Rational Rational Rational Rational deriving (Show, Read, Eq) -- | --- A stack is a cursor onto a (possibly empty) window list. +-- A stack is a cursor onto a window list. -- The data structure tracks focus by construction, and -- the master window is by convention the top-most item. -- Focus operations will not reorder the list that results from |