We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9568b14 commit d060902Copy full SHA for d060902
doc/STYLE_GUIDE.md
@@ -57,7 +57,7 @@
57
* When using underscores, asterisks and backticks please use proper escaping (**\\\_**, **\\\*** and **\\\`** instead of **\_**, **\*** and **\`**)
58
* References to constructor functions should use PascalCase
59
* References to constructor instances should be camelCased
60
-* 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`
61
62
[plugin]: http://editorconfig.org/#download
63
[Oxford comma]: https://en.wikipedia.org/wiki/Serial_comma
0 commit comments