From d1720bddf4de0df8e6c79a38218da61f8a40a080 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Fri, 23 Mar 2018 01:34:19 +0200 Subject: [PATCH] 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 Reviewed-By: Richard Lau --- doc/api/process.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/process.md b/doc/api/process.md index 631a1458f97624..8348a9bdb980f1 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -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. ```js