mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
s/sned/send
This commit is contained in:
parent
c8ddc0a843
commit
e8094943a4
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ class Ractor
|
|||
#
|
||||
# port = Ractor::Port.new
|
||||
# Ractor.new port do |port|
|
||||
# port.sned 1 # OK
|
||||
# port.send 1 # OK
|
||||
# port.send 2 # OK
|
||||
# port.close
|
||||
# port.send 3 # raise Ractor::ClosedError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue