mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
[DOC] Fix scope resolution operator typo in Process#wait docs
This commit is contained in:
parent
80bda107c8
commit
e07178d526
@ -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…
x
Reference in New Issue
Block a user