Skip to content

Commit 3799bc0

Browse files
bryanageeweaverryan
authored andcommitted
Fixes spelling and formatting errors
1 parent 30d19ab commit 3799bc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributing/code/standards.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ Structure
9494

9595
* Add a single space after each comma delimiter;
9696

97-
* Add a single space around operators (``==``, ``&&``, ...), with the excption
98-
of the not (!) operator;
97+
* Add a single space around operators (``==``, ``&&``, ...), with the
98+
exception of the not (``!``) operator;
9999

100-
* Place the not operator adjacent to the variable that it affects
100+
* Place the not operator adjacent to the variable that it affects;
101101

102102
* Add a comma after each array item in a multi-line array, even after the
103103
last one;

0 commit comments

Comments
 (0)