Browse Source

doc: fix typo in STYLE_GUIDE.md

PR-URL: https://github.com/nodejs/node/pull/11615
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
v7.x
Nikolai Vavilov 8 years ago
committed by Anna Henningsen
parent
commit
11aea2662f
No known key found for this signature in database GPG Key ID: D8B9F5AEAE84E4CF
  1. 2
      doc/STYLE_GUIDE.md

2
doc/STYLE_GUIDE.md

@ -57,7 +57,7 @@
* When using underscores, asterisks and backticks please use proper escaping (**\\\_**, **\\\*** and **\\\`** instead of **\_**, **\*** and **\`**)
* References to constructor functions should use PascalCase
* References to constructor instances should be camelCased
* References to methods should be used with parenthesis: `socket.end()` instead of `socket.end`
* References to methods should be used with parentheses: `socket.end()` instead of `socket.end`
[plugin]: http://editorconfig.org/#download
[Oxford comma]: https://en.wikipedia.org/wiki/Serial_comma

Loading…
Cancel
Save