From 3800361558d77b15ebb8130e436b0354c7ed800b Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Mon, 30 Apr 2018 10:28:09 +1000 Subject: [PATCH] Closes #39 fixing misspelled complement --- _includes/sqlstyle.guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sqlstyle.guide.md b/_includes/sqlstyle.guide.md index 0ae7dae..b05bb5d 100644 --- a/_includes/sqlstyle.guide.md +++ b/_includes/sqlstyle.guide.md @@ -165,7 +165,7 @@ SELECT model_num ### White space -To make the code easier to read it is important that the correct compliment of +To make the code easier to read it is important that the correct complement of spacing is used. Do not crowd code or remove natural language spaces. #### Spaces