| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 843ab3e commit 095efac
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,6 +62,12 @@ | |||
| 62 | 62 | * NOT OK: It is important to note that, in all cases, the return value will be | |
| 63 | 63 | a string regardless. | |
| 64 | 64 | <!-- lint enable prohibited-strings remark-lint--> | |
| 65 | + * When referring to a version of Node.js in prose, use _Node.js_ and the version | ||
| 66 | + number. Do not prefix the version number with _v_ in prose. This is to avoid | ||
| 67 | + confusion about whether _v8_ refers to Node.js 8.x or the V8 JavaScript | ||
| 68 | + engine. | ||
| 69 | + * OK: _Node.js 14.x_, _Node.js 14.3.1_ | ||
| 70 | + * NOT OK: _Node.js v14_ | ||
| 65 | 71 | ||
| 66 | 72 | See also API documentation structure overview in [doctools README][]. | |
| 67 | 73 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments