mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo in ractor.md
This commit is contained in:
parent
de30450d91
commit
72757fb596
Notes:
git
2020-09-05 17:22:06 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ r.take #=> 'ok'
|
|||
|
||||
### An execution result of given block
|
||||
|
||||
Return value of the given block becomes an outgoing message (see bellow for details).
|
||||
Return value of the given block becomes an outgoing message (see below for details).
|
||||
|
||||
```ruby
|
||||
r = Ractor.new do
|
||||
|
|
Loading…
Add table
Reference in a new issue