summaryrefslogtreecommitdiff
path: root/ractor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ractor.rb')
-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