diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-09 15:56:49 +0100 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-09 15:56:49 +0100 |
commit | 4b74875d710b8a0a6cdded02b6ff8ed85a88ecd3 (patch) | |
tree | 1fc9d0bd5409379fc2e03cae6edae3a4013cbf5a /README | |
parent | b580870f515156e63ffedd40312769d8cd1a5ed8 (diff) | |
download | xmonad-4b74875d710b8a0a6cdded02b6ff8ed85a88ecd3.tar.gz xmonad-4b74875d710b8a0a6cdded02b6ff8ed85a88ecd3.tar.xz xmonad-4b74875d710b8a0a6cdded02b6ff8ed85a88ecd3.zip |
grammar nazis
darcs-hash:20070309145649-9c5c1-544ba7456c89061c87d4b60002358dd4fe126519.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ Motivation: dwm is great, but we can do better, building a more robust, - more correct window manager in less lines of code, using strong + more correct window manager in fewer lines of code, using strong static typing. Enter Haskell. If the aim of dwm is to fit in under 2000 lines of C, the aim of dwm |