Correct spelling

This commit is contained in:
Simon Welsh 2013-03-12 23:17:15 +13:00
parent 0cc2aeb827
commit 97df009a41

View File

@ -282,7 +282,7 @@ apart from the last argument.
#### if/else/elseif
No control structure is allowed to have spaces directly
before or after the opening parathesis, as well as no space before the closing parenthesis.
before or after the opening parenthesis, as well as no space before the closing parenthesis.
The opening brace and closing brace are written on the same line as the conditional statement.
Any content within the braces must be indented using a tab.