1
0
Fork 0
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:
andrewmelis 2020-09-05 03:18:15 -04:00 committed by Hiroshi SHIBATA
parent de30450d91
commit 72757fb596
Notes: git 2020-09-05 17:22:06 +09:00

View file

@ -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