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 | 355e11de3f3b1b9dbf394ee95a11bccd57f62145 (patch) | |
tree | 199efd2841605591363d3c67449625743302c0d9 | |
parent | c89703aaca17c9a91eb2e669f3ec758efbfb44eb (diff) | |
download | metatile-355e11de3f3b1b9dbf394ee95a11bccd57f62145.tar metatile-355e11de3f3b1b9dbf394ee95a11bccd57f62145.zip |
StackSet.hs: small grammar fix and better flow in comment
darcs-hash:20071022160858-bd4d7-590a3bb25b4045b4e183bcd1f54d0faa0955168e
-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'. -- |