From 38c58edc644a5670cc9419de80625f86a5e8e331 Mon Sep 17 00:00:00 2001 From: jroitgrund Date: Mon, 10 Oct 2016 10:28:04 +0100 Subject: [PATCH] Spelling --- _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 03ec8b7..71bd29c 100644 --- a/_includes/sqlstyle.guide.md +++ b/_includes/sqlstyle.guide.md @@ -33,7 +33,7 @@ Based on a work at [http://www.sqlstyle.guide][self]. * Keep code succinct and devoid of redundant SQL—such as unnecessary quoting or parentheses or `WHERE` clauses that can otherwise be derived. * Include comments in SQL code where necessary. Use the C style opening `/*` and - closing `*/` where possible otherwise preceed comments with `--` and finish + closing `*/` where possible otherwise precede comments with `--` and finish them with a new line. ```sql