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:
Vse Mozhet Byt 2018-03-23 01:34:19 +02:00
parent 982e3bdb1f
commit d1720bddf4

View File

@ -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