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