From 86a24fb5def587386e6890cb227651377310145e Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 1 Nov 2016 11:11:37 +0000 Subject: [PATCH] Fix some markdown ih the code style doc --- code_style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_style.md b/code_style.md index a96e0e56d6..f0eca75ffc 100644 --- a/code_style.md +++ b/code_style.md @@ -41,7 +41,7 @@ General Style "bad" // Bad 'good' // Good ``` -- Use parentheses or `\`` instead of '\\' for line continuation where ever possible +- Use parentheses or `` ` `` instead of `\` for line continuation where ever possible - Open braces on the same line (consistent with Node): ```javascript