mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-10 17:51:51 -07:00
typo in comment
This commit is contained in:
@@ -37,7 +37,7 @@ import Graphics.X11.Xlib
|
|||||||
--
|
--
|
||||||
-- A tagging example:
|
-- A tagging example:
|
||||||
--
|
--
|
||||||
-- > workspaces = ["web", "irc", "code" ] ++ map show [5..9]
|
-- > workspaces = ["web", "irc", "code" ] ++ map show [4..9]
|
||||||
--
|
--
|
||||||
workspaces :: [WorkspaceId]
|
workspaces :: [WorkspaceId]
|
||||||
workspaces = map show [1 .. 9 :: Int]
|
workspaces = map show [1 .. 9 :: Int]
|
||||||
|
Reference in New Issue
Block a user