diff options
author | gwern0 <gwern0@gmail.com> | 2008-09-13 04:44:57 +0200 |
---|---|---|
committer | gwern0 <gwern0@gmail.com> | 2008-09-13 04:44:57 +0200 |
commit | a7e3521f357fd66e4faace47260c2fd908e68aa3 (patch) | |
tree | e9b532f943fe24e18f2780153ffbae09ddcfd7ab /STYLE | |
parent | 0a089abfcd0170576f789904c92b45e75fb60bd0 (diff) | |
download | xmonad-a7e3521f357fd66e4faace47260c2fd908e68aa3.tar.gz xmonad-a7e3521f357fd66e4faace47260c2fd908e68aa3.tar.xz xmonad-a7e3521f357fd66e4faace47260c2fd908e68aa3.zip |
sp README, CONFIG, STYLE, TODO
darcs-hash:20080913024457-f7719-181450f5e087226c9a363b7501b27bb2aea76944.gz
Diffstat (limited to '')
-rw-r--r-- | STYLE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ == Coding guidelines for contributing to == xmonad and the xmonad contributed extensions -* Comment every top level function (particularly exported funtions), and +* Comment every top level function (particularly exported functions), and provide a type signature; use Haddock syntax in the comments. * Follow the coding style of the other modules. @@ -15,7 +15,7 @@ * Tabs are illegal. Use 4 spaces for indenting. * Any pure function added to the core should have QuickCheck properties - precisely defining its behaviour. + precisely defining its behavior. * New modules should identify the author, and be submitted under the same license as xmonad (BSD3 license or freer). |