diff options
author | dos-reis <gdr@axiomatics.org> | 2008-04-20 14:38:16 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-04-20 14:38:16 +0000 |
commit | f5b58f8cdbd1370d685a459e0d011a522cddc404 (patch) | |
tree | a49c2f0396f86557bd04535f35d115249ed869a2 /STYLES | |
parent | 138be2b2bf1a9221591811f816b53b6e5dc5c6bd (diff) | |
download | open-axiom-f5b58f8cdbd1370d685a459e0d011a522cddc404.tar.gz |
fix typo
Diffstat (limited to 'STYLES')
-rw-r--r-- | STYLES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ guidelines) for writing `good Boot codes'. function body. * Always precede your functions definitions with type declarations. - Exception to this ruke should be rare and documented. + Exception to this rule should be rare and documented. * Don't use Lisp functions directly in Boot codes, except where |