Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd1dbce

Browse filesBrowse 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 <targos@protonmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent 696c962 commit bd1dbce
Copy full SHA for bd1dbce

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Collapse file

‎doc/STYLE_GUIDE.md‎

Copy file name to clipboardExpand all lines: doc/STYLE_GUIDE.md
+3Lines changed: 3 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.