typo in navigation2DP example

The example code in the documentation uses `navigation2D` instead of `navigation2DP`, evidently a simple copy/paste error. No actual code change.
This commit is contained in:
geekosaur
2017-02-18 17:19:59 -05:00
committed by GitHub
parent 54ef9f6f8d
commit a372b455dc

View File

@@ -96,7 +96,7 @@ import XMonad.Util.Types
-- --
-- Alternatively, you can use navigation2DP: -- Alternatively, you can use navigation2DP:
-- --
-- > main = xmonad $ navigation2D def -- > main = xmonad $ navigation2DP def
-- > ("<Up>", "<Left>", "<Down>", "<Right>") -- > ("<Up>", "<Left>", "<Down>", "<Right>")
-- > [("M-", windowGo ), -- > [("M-", windowGo ),
-- > ("M-S-", windowSwap)] -- > ("M-S-", windowSwap)]