1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 21:27:58 +01:00

Change contition to condition in HACKING

This commit is contained in:
Ted Pavlic
2009-01-06 16:56:50 -05:00
parent 5004614ab0
commit 318dd6a5a6

View File

@@ -32,7 +32,7 @@ We try to be quite consistent, but of course, that's not always possible.
* Exactly one space after if/for/while/catch etc. and after a comma, but none * Exactly one space after if/for/while/catch etc. and after a comma, but none
after a parenthesis or after a function call: after a parenthesis or after a function call:
for (pre; contition; post) for (pre; condition; post)
but: but:
alert("foo"); alert("foo");