Skip to content

Commit fd97f85

Browse files
committed
doc: indicate the format of process.version
1 parent 44e6a6a commit fd97f85

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

24992499
* {string}
25002500

2501-
The `process.version` property returns the Node.js version string.
2501+
The `process.version` property returns the Node.js version string in the form of
2502+
`v<major>.<minor>.<patch>`.
25022503

25032504
```js
25042505
console.log(`Version: ${process.version}`);

0 commit comments

Comments
 (0)