Skip to content

Commit bd1dbce

Browse files
TrottMylesBorins
authored andcommitted
doc: add capitalization styling to STYLE_GUIDE
This is mostly an excuse to remind people that it's "V8" and not "v8" when referring to the JavaScript engine. PR-URL: #17163 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 696c962 commit bd1dbce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/STYLE_GUIDE.md

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
* Function returns should use the following format:
7070
* <code>* Returns: {type|type2} Optional description.</code>
7171
* E.g. <code>* Returns: {AsyncHook} A reference to `asyncHook`.</code>
72+
* Use official styling for capitalization in products and projects.
73+
* OK: JavaScript, Google's V8
74+
* NOT OK: Javascript, Google's v8
7275

7376
[Em dashes]: https://en.wikipedia.org/wiki/Dash#Em_dash
7477
[Javascript type]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#Data_structures_and_types

0 commit comments

Comments
 (0)