minor-doc-fix-in-ManageHelpers

This commit is contained in:
`Henrique Abreu
2009-11-04 17:27:27 +00:00
parent 5f4b9e8a19
commit 77f916fa26

View File

@@ -57,7 +57,7 @@ import Data.Monoid
import System.Posix (ProcessID)
-- | Denotes a side of a screen. @S@ stands for South, @NE@ for Northwest
-- | Denotes a side of a screen. @S@ stands for South, @NE@ for Northeast
-- etc. @C@ stands for Center.
data Side = SC | NC | CE | CW | SE | SW | NE | NW | C
deriving (Read, Show, Eq)