doc: fix linting issue in process.md
Introduced in https://github.com/nodejs/node/pull/19438 PR-URL: https://github.com/nodejs/node/pull/19542 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
This commit is contained in:
parent
982e3bdb1f
commit
d1720bddf4
@ -1515,9 +1515,9 @@ tarball.
|
||||
* `major`
|
||||
* `minor`
|
||||
* `patch`
|
||||
* 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.
|
||||
* 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.
|
||||
|
||||
<!-- eslint-skip -->
|
||||
```js
|
||||
|
Loading…
x
Reference in New Issue
Block a user