docs: capitalize POSIX and Windows correctly (#44546)
* docs: capitalize POSIX correctly * docs: capitalize Windows correctly
This commit is contained in:
parent
1c1eb3e19d
commit
1835c0ab6c
4 changed files with 4 additions and 4 deletions
|
@ -147,7 +147,7 @@ child process terminates.
|
|||
Returns:
|
||||
|
||||
* `code` number - Contains the exit code for
|
||||
the process obtained from waitpid on posix, or GetExitCodeProcess on windows.
|
||||
the process obtained from waitpid on POSIX, or GetExitCodeProcess on Windows.
|
||||
|
||||
Emitted after the child process ends.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue