Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3799bc0

Browse filesBrowse files
bryanageeweaverryan
authored andcommitted
Fixes spelling and formatting errors
1 parent 30d19ab commit 3799bc0
Copy full SHA for 3799bc0

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎contributing/code/standards.rst

Copy file name to clipboardExpand all lines: contributing/code/standards.rst
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.