[DOC] Fix wrong description about Process.waitpid2 (#9401)

This commit is contained in:
Takuya Aramaki 2024-01-01 21:31:49 +09:00 committed by GitHub
parent d3933fc753
commit 3e9a612d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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