From 3a18204adb142cb30251eb21d60438a0c35d275a Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sat, 13 Oct 2007 23:08:28 +0000 Subject: [PATCH] typo in comment --- Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.hs b/Config.hs index 3a0811a..9a2f8d6 100644 --- a/Config.hs +++ b/Config.hs @@ -37,7 +37,7 @@ import Graphics.X11.Xlib -- -- A tagging example: -- --- > workspaces = ["web", "irc", "code" ] ++ map show [5..9] +-- > workspaces = ["web", "irc", "code" ] ++ map show [4..9] -- workspaces :: [WorkspaceId] workspaces = map show [1 .. 9 :: Int]