Skip to content

Commit 16f8298

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 cad86d4 commit 16f8298

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
@@ -1735,7 +1735,8 @@ added:
17351735

17361736
* {integer}
17371737

1738-
The `process.ppid` property returns the PID of the current parent process.
1738+
The `process.ppid` property returns the PID of the parent of the
1739+
current process.
17391740

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

0 commit comments

Comments
 (0)