Correct typo in Ractor comment

This commit is contained in:
Lorenzo Zabot 2025-03-29 10:45:59 +01:00 committed by Hiroshi SHIBATA
parent d7e46543b5
commit a203603be0
Notes: git 2025-03-31 00:16:35 +00:00

View file

@ -860,7 +860,7 @@ class Ractor
# call-seq: # call-seq:
# Ractor.store_if_absent(key){ init_block } # 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. # init_block and store the value in thread-safe manner.
# This method returns corresponding stored value. # This method returns corresponding stored value.
# #