Skip to content

Commit dae93ca

Browse files
dguoDanielle Adams
authored andcommitted
doc: indicate the format of process.version
PR-URL: #34872 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent fff1e7f commit dae93ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/process.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2476,7 +2476,8 @@ added: v0.1.3
24762476

24772477
* {string}
24782478

2479-
The `process.version` property returns the Node.js version string.
2479+
The `process.version` property returns the Node.js version string in the form of
2480+
`v<major>.<minor>.<patch>`.
24802481

24812482
```js
24822483
console.log(`Version: ${process.version}`);

0 commit comments

Comments
 (0)