Skip to content

Commit d1720bd

Browse files
committed
doc: fix linting issue in process.md
Introduced in #19438 PR-URL: #19542 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent 982e3bd commit d1720bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,9 +1515,9 @@ tarball.
15151515
* `major`
15161516
* `minor`
15171517
* `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.
1518+
* Returns: {number} `-1` if the given version is lower than the release
1519+
version, `0` if the given version matches the process version, and `1`
1520+
if the given version is greater than the release version.
15211521

15221522
<!-- eslint-skip -->
15231523
```js

0 commit comments

Comments
 (0)