Skip to content

Commit 20dcbfc

Browse files
TrottMylesBorins
authored andcommitted
doc: add serial comma in CPP_STYLE_GUIDE.md
PR-URL: #17464 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 01be946 commit 20dcbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPP_STYLE_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* [4 spaces of indentation for statement continuations](#4-spaces-of-indentation-for-statement-continuations)
99
* [Align function arguments vertically](#align-function-arguments-vertically)
1010
* [Initialization lists](#initialization-lists)
11-
* [CamelCase for methods, functions and classes](#camelcase-for-methods-functions-and-classes)
11+
* [CamelCase for methods, functions, and classes](#camelcase-for-methods-functions-and-classes)
1212
* [snake\_case for local variables and parameters](#snake_case-for-local-variables-and-parameters)
1313
* [snake\_case\_ for private class fields](#snake_case_-for-private-class-fields)
1414
* [Space after `template`](#space-after-template)

0 commit comments

Comments
 (0)