Skip to content

Commit

Permalink
[DOC] Fix wrong description about Process.waitpid2 (#9401)
Browse files Browse the repository at this point in the history
  • Loading branch information
takaram committed Jan 1, 2024
1 parent d3933fc commit 3e9a612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process.c
Expand Up @@ -1479,7 +1479,7 @@ proc_m_wait(int c, VALUE *v, VALUE _)
* Process.wait2(pid)
* # => [309581, #<Process::Status: pid 309581 exit 13>]
*
* Process.waitpid2 is an alias for Process.waitpid.
* Process.waitpid2 is an alias for Process.wait2.
*/

static VALUE
Expand Down

0 comments on commit 3e9a612

Please sign in to comment.