summaryrefslogtreecommitdiff
path: root/docs/CODING
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CODING')
-rw-r--r--docs/CODING2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CODING b/docs/CODING
index 31fa4e847..6c56d0ddf 100644
--- a/docs/CODING
+++ b/docs/CODING
@@ -59,7 +59,7 @@ yet follows these. This will be rectified with time.
4. Braces
Always put braces opening and closing blocks on separate lines, see the
- identation example. For example, place braces like this:
+ indentation example. For example, place braces like this:
if (apples == "green")
{
cout << "Apples are green" << endl;