From 71671dcada777275b74a3becc9c43d61e17d835c Mon Sep 17 00:00:00 2001 From: apurvis Date: Tue, 26 Apr 2016 22:50:00 -0700 Subject: [PATCH] Update sqlstyle.guide.md --- _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 2f7d637..61bd3cc 100644 --- a/_includes/sqlstyle.guide.md +++ b/_includes/sqlstyle.guide.md @@ -149,7 +149,7 @@ WHERE p.release_date > '2014-09-30'; ### 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 amount of spacing is used. Do not crowd code or remove natural language spaces. #### Spaces