Skip to content

Commit dcf708d

Browse files
PoojaDurgadTrott
authored andcommitted
doc: revise description of process.ppid
PR-URL: #35589 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 8c177c4 commit dcf708d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/process.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,8 @@ added:
17391739

17401740
* {integer}
17411741

1742-
The `process.ppid` property returns the PID of the current parent process.
1742+
The `process.ppid` property returns the PID of the parent of the
1743+
current process.
17431744

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

0 commit comments

Comments
 (0)