mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Correct typo in Ractor comment
This commit is contained in:
parent
d7e46543b5
commit
a203603be0
Notes:
git
2025-03-31 00:16:35 +00:00
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue