summaryrefslogtreecommitdiff
path: root/ractor.rb
diff options
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 8af54f73d4..caeca88644 100644
--- a/ractor.rb
+++ b/ractor.rb
@@ -860,7 +860,7 @@ class Ractor
# call-seq:
# Ractor.store_if_absent(key){ init_block }
#
- # If the correponding value is not set, yield a value with
+ # If the corresponding value is not set, yield a value with
# init_block and store the value in thread-safe manner.
# This method returns corresponding stored value.
#