mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix phrasing in comment
This commit is contained in:
parent
7600f69a8e
commit
435b619a3d
Notes:
git
2020-12-21 02:38:36 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ Error in the given block will be propagated to the receiver of an outgoing messa
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
r = Ractor.new do
|
r = Ractor.new do
|
||||||
raise 'ok' # exception will be transferred receiver
|
raise 'ok' # exception will be transferred to the receiver
|
||||||
end
|
end
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Add table
Reference in a new issue