Skip to content

Commit 26b060f

Browse files
dguoaddaleax
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 26a596b commit 26b060f

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
@@ -2445,7 +2445,8 @@ added: v0.1.3
24452445

24462446
* {string}
24472447

2448-
The `process.version` property returns the Node.js version string.
2448+
The `process.version` property returns the Node.js version string in the form of
2449+
`v<major>.<minor>.<patch>`.
24492450

24502451
```js
24512452
console.log(`Version: ${process.version}`);

0 commit comments

Comments
 (0)