summaryrefslogtreecommitdiff
path: root/CPP_STYLE_GUIDE.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-12-04 19:56:43 -0800
committerRich Trott <rtrott@gmail.com>2017-12-05 19:50:10 -0800
commit9472d69d1d1e7865763ad660baae80b8820978e3 (patch)
tree2cc4258d0c94c2b9b912319e9f550984bd44535e /CPP_STYLE_GUIDE.md
parent0308a967a06ef467a20bc2a27a276ae606e6803d (diff)
downloadandroid-node-v8-9472d69d1d1e7865763ad660baae80b8820978e3.tar.gz
android-node-v8-9472d69d1d1e7865763ad660baae80b8820978e3.tar.bz2
android-node-v8-9472d69d1d1e7865763ad660baae80b8820978e3.zip
doc: add serial comma in CPP_STYLE_GUIDE.md
PR-URL: https://github.com/nodejs/node/pull/17464 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'CPP_STYLE_GUIDE.md')
-rw-r--r--CPP_STYLE_GUIDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP_STYLE_GUIDE.md b/CPP_STYLE_GUIDE.md
index 7f8e5a3de4..62c96a8fd1 100644
--- a/CPP_STYLE_GUIDE.md
+++ b/CPP_STYLE_GUIDE.md
@@ -8,7 +8,7 @@
* [4 spaces of indentation for statement continuations](#4-spaces-of-indentation-for-statement-continuations)
* [Align function arguments vertically](#align-function-arguments-vertically)
* [Initialization lists](#initialization-lists)
- * [CamelCase for methods, functions and classes](#camelcase-for-methods-functions-and-classes)
+ * [CamelCase for methods, functions, and classes](#camelcase-for-methods-functions-and-classes)
* [snake\_case for local variables and parameters](#snake_case-for-local-variables-and-parameters)
* [snake\_case\_ for private class fields](#snake_case_-for-private-class-fields)
* [Space after `template`](#space-after-template)