We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982e3bd commit d1720bdCopy full SHA for d1720bd
doc/api/process.md
@@ -1515,9 +1515,9 @@ tarball.
1515
* `major`
1516
* `minor`
1517
* `patch`
1518
- * Returns: {number} `-1` if the given version is lower than the release version,
1519
- `0` if the given version matches the process version, and `1` if the given
1520
- version is greater than the release version.
+ * Returns: {number} `-1` if the given version is lower than the release
+ version, `0` if the given version matches the process version, and `1`
+ if the given version is greater than the release version.
1521
1522
<!-- eslint-skip -->
1523
```js
0 commit comments