fix phrasing in comment
This commit is contained in:
parent
7600f69a8e
commit
435b619a3d
Notes:
git
2020-12-21 02:38:36 +09:00
@ -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…
x
Reference in New Issue
Block a user