summaryrefslogtreecommitdiffstats
path: root/StackSet.hs
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2007-10-22 18:08:58 +0200
committerBrent Yorgey <byorgey@gmail.com>2007-10-22 18:08:58 +0200
commit355e11de3f3b1b9dbf394ee95a11bccd57f62145 (patch)
tree199efd2841605591363d3c67449625743302c0d9 /StackSet.hs
parentc89703aaca17c9a91eb2e669f3ec758efbfb44eb (diff)
downloadmetatile-355e11de3f3b1b9dbf394ee95a11bccd57f62145.tar
metatile-355e11de3f3b1b9dbf394ee95a11bccd57f62145.zip
StackSet.hs: small grammar fix and better flow in comment
darcs-hash:20071022160858-bd4d7-590a3bb25b4045b4e183bcd1f54d0faa0955168e
Diffstat (limited to 'StackSet.hs')
-rw-r--r--StackSet.hs2
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'.
--