[DOC] Fix scope resolution operator typo in Process#wait docs

This commit is contained in:
Joshua Young 2024-04-01 11:06:10 +10:00 committed by GitHub
parent 80bda107c8
commit e07178d526
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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