Skip to content

Commit 43ca942

Browse files
authored
Fix missing word in style guide for surrounding constructs (#2222)
1 parent 2cc49d6 commit 43ca942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/style_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Rules:
129129
4. lists:
130130
1. **It's recommended to** put each list item on separate line.
131131
5. surrounding constructs:
132-
1. **It's recommended to** put one `\n` before opening square `[`, curly brace `{`, or parenthesis `(` if preceding symbol is not the and applying this rule produce line with a singular parenthesis.
132+
1. **It's recommended to** put one `\n` before opening square `[`, curly brace `{`, or parenthesis `(` if preceding symbol is not the same and applying this rule produce line with a singular parenthesis.
133133
2. **It's recommended to** put one `\n` after closing square `]`, curly brace `}`, or parenthesis `)` if following symbol is not the same and applying this rule produce line with a singular parenthesis.
134134

135135
Correct:

0 commit comments

Comments
 (0)