Skip to content

Commit 30d19ab

Browse files
bryanageeweaverryan
authored andcommitted
Fixes wrong bullet character
1 parent 3212b6c commit 30d19ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/standards.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Structure
9797
* Add a single space around operators (``==``, ``&&``, ...), with the excption
9898
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)