Commit d0a92fec authored by Nÿco's avatar Nÿco Committed by JC Brand

Unnecessary word

Removed "an" in "When writing an a block such as an if or while statement,"
parent d2166ce3
...@@ -116,7 +116,7 @@ For example: ...@@ -116,7 +116,7 @@ For example:
Always enclose blocks in curly brackets Always enclose blocks in curly brackets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When writing an a block such as an ``if`` or ``while`` statement, always use When writing a block such as an ``if`` or ``while`` statement, always use
curly brackets around that block of code. Even when not strictly required by curly brackets around that block of code. Even when not strictly required by
the compiler (for example if its only one line inside the ``if`` statement). the compiler (for example if its only one line inside the ``if`` statement).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment