1
0
Fork 0
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:
Ivan Denysov 2020-12-20 18:24:30 +01:00 committed by Marc-André Lafortune
parent 7600f69a8e
commit 435b619a3d
Notes: git 2020-12-21 02:38:36 +09:00

View file

@ -163,7 +163,7 @@ Error in the given block will be propagated to the receiver of an outgoing messa
```ruby
r = Ractor.new do
raise 'ok' # exception will be transferred receiver
raise 'ok' # exception will be transferred to the receiver
end
begin