diff options
author | Brent Yorgey <byorgey@gmail.com> | 2007-10-22 18:08:58 +0200 |
---|---|---|
committer | Brent Yorgey <byorgey@gmail.com> | 2007-10-22 18:08:58 +0200 |
commit | f3b472f15c3d5f3ba226dd47780fc2d20338ffee (patch) | |
tree | 199efd2841605591363d3c67449625743302c0d9 | |
parent | 9259746448bc6871dce0518f54626d7f054ee5dd (diff) | |
download | xmonad-f3b472f15c3d5f3ba226dd47780fc2d20338ffee.tar.gz xmonad-f3b472f15c3d5f3ba226dd47780fc2d20338ffee.tar.xz xmonad-f3b472f15c3d5f3ba226dd47780fc2d20338ffee.zip |
StackSet.hs: small grammar fix and better flow in comment
darcs-hash:20071022160858-bd4d7-590a3bb25b4045b4e183bcd1f54d0faa0955168e.gz
-rw-r--r-- | StackSet.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StackSet.hs b/StackSet.hs index 84dcaf6..97ac573 100644 --- a/StackSet.hs +++ b/StackSet.hs @@ -109,7 +109,7 @@ import qualified Data.Map as M (Map,insert,delete,empty) -- -- Each stack tracks a focused item, and for tiling purposes also tracks -- a 'master' position. The connection between 'master' and 'focus' --- needs to be well defined. Particular in relation to 'insert' and +-- needs to be well defined, particularly in relation to 'insert' and -- 'delete'. -- |