mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 19:27:58 +01:00
Change contition to condition in HACKING
This commit is contained in:
2
HACKING
2
HACKING
@@ -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
|
||||
after a parenthesis or after a function call:
|
||||
for (pre; contition; post)
|
||||
for (pre; condition; post)
|
||||
but:
|
||||
alert("foo");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user