s/sned/send

This commit is contained in:
zzak 2025-06-09 16:23:08 +09:00
parent c8ddc0a843
commit e8094943a4
No known key found for this signature in database
GPG Key ID: 12F68DC863673D82

View File

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