Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorMichael Stevens <mstevens@etla.org>2010-11-01 17:49:39 (GMT)
committer Michael Stevens <mstevens@etla.org>2010-11-01 17:49:39 (GMT)
commit186e41e020aece586ed0b7438f996fdd1adec1a7 (patch)
treed1af06423e6a695cfac08580c5975bda1a0f9417 /HACKING
parent91d02b6fd6a4182b7c53ceca7f9475c43281c330 (diff)
Precedence should be spelt correctly.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 2f426e5..5841418 100644
--- a/HACKING
+++ b/HACKING
@@ -59,7 +59,7 @@ by #gitorious on irc.freenode.net if you have questions.
* Two spaces, no tabs, for indention
* Don't use and and or for boolean tests, instead always use && and ||
* MyClass.my_method(my_arg) -- not my_method( my_arg ) or my_method my_arg
-* Unless presedence is an issue; do .. end for multi-line blocks, braces for single line blocks
+* Unless precedence is an issue; do .. end for multi-line blocks, braces for single line blocks
* Follow the conventions you see used in the source already
(copied mostly verbatim from dev.rubyonrails.org)