Skip to content

Commit bfff4fc

Browse files
PoojaDurgadMylesBorins
authored andcommitted
doc: revise description of process.ppid
PR-URL: #35589 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent a9ac754 commit bfff4fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/process.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,8 @@ added:
16991699

17001700
* {integer}
17011701

1702-
The `process.ppid` property returns the PID of the current parent process.
1702+
The `process.ppid` property returns the PID of the parent of the
1703+
current process.
17031704

17041705
```js
17051706
console.log(`The parent process is pid ${process.ppid}`);

0 commit comments

Comments
 (0)