[DOC] Fix up Process::Status#>>

This commit is contained in:
Nobuyoshi Nakada 2023-09-07 10:05:10 +09:00
parent 89cb95679d
commit ac65fc833d
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -910,7 +910,7 @@ pst_bitand(VALUE st1, VALUE st2)
* stat >> 1 # => 128
* stat >> 2 # => 64
*
* Returns zero if +places+ is negative.
* The behavior is unspecified if +places+ is negative.
*/
static VALUE