mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fix scope resolution operator typo in Process#wait
docs
This commit is contained in:
parent
80bda107c8
commit
e07178d526
1 changed files with 1 additions and 1 deletions
|
@ -1452,7 +1452,7 @@ proc_wait(int argc, VALUE *argv)
|
|||
* or as the logical OR of both:
|
||||
*
|
||||
* - Process::WNOHANG: Does not block if no child process is available.
|
||||
* - Process:WUNTRACED: May return a stopped child process, even if not yet reported.
|
||||
* - Process::WUNTRACED: May return a stopped child process, even if not yet reported.
|
||||
*
|
||||
* Not all flags are available on all platforms.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue