Skip to content

Commit

Permalink
[DOC] Fix up Process::Status#>>
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Sep 7, 2023
1 parent 89cb956 commit ac65fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process.c
Expand Up @@ -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
Expand Down

0 comments on commit ac65fc8

Please sign in to comment.