This commit is contained in:
Ivan Denysov 2020-12-20 18:24:30 +01:00 коммит произвёл Marc-André Lafortune
Родитель 7600f69a8e
Коммит 435b619a3d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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