Skip to content

Commit

Permalink
Adjust Mutex_m#sleep signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jun 18, 2021
1 parent a62675e commit 9b91363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/mutex_m/0/mutex_m.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module Mutex_m

# See Mutex#sleep
#
def sleep: (?Numeric timeout) -> Integer
def sleep: (?Numeric timeout) -> Integer?

alias locked? mu_locked?
alias lock mu_lock
Expand Down

0 comments on commit 9b91363

Please sign in to comment.