Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9e69b48

Browse files
authored
Merge pull request #529 from matrix-org/rav/fix_codestyle_quoting
Fix some markdown in the code style doc
2 parents 8349ea4 + 86a24fb commit 9e69b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ General Style
4141
"bad" // Bad
4242
'good' // Good
4343
```
44-
- Use parentheses or `\`` instead of '\\' for line continuation where ever possible
44+
- Use parentheses or `` ` `` instead of `\` for line continuation where ever possible
4545
- Open braces on the same line (consistent with Node):
4646

4747
```javascript

0 commit comments

Comments
 (0)