summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzak <[email protected]>2025-06-09 16:23:08 +0900
committerzzak <[email protected]>2025-06-09 16:23:08 +0900
commite8094943a4a5ffff06559fc3fa9968a5e61fd097 (patch)
tree2cfd0a5536936b78a6542496ae81183931188166
parentc8ddc0a843074811b200673a2019fbe4b50bb890 (diff)
s/sned/send
-rw-r--r--ractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ractor.rb b/ractor.rb
index 15d2e659ba..20fc622d77 100644
--- a/ractor.rb
+++ b/ractor.rb
@@ -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