Skip to content

Commit d64dd89

Browse files
More readable list of string rules
1 parent 8c7f233 commit d64dd89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

manual/en-US/coding-standards/chapters/javascript.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ var foo = 'bar',
222222
223223
### String
224224
225-
Concatenate long strings. Space separating each string should be at the end with the concatenation operator at the front of each subsequent string.
225+
- Concatenate long strings.
226+
- Place space before closing quote at the end of each string.
227+
- Concatenation operator at the end of each subsequent string.
226228
227229
```
228230
var longString = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ' +

0 commit comments

Comments
 (0)