Skip to content

Commit ee888c6

Browse files
bryanageeweaverryan
authored andcommitted
Fixes concat operator typo
1 parent 33e76a5 commit ee888c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Structure
9696
* Add a single space after each comma delimiter;
9797

9898
* Add a single space around binary operators (``==``, ``&&``, ...), with
99-
the exception of the concatenation (``,``) operator;
99+
the exception of the concatenation (``.``) operator;
100100

101101
* Place unary operators (``!``, ``--``, ...) adjacent to the affected variable;
102102

0 commit comments

Comments
 (0)