Skip to content

Commit

Permalink
fix phrasing in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Denysov authored and marcandre committed Dec 20, 2020
1 parent 7600f69 commit 435b619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ractor.md
Expand Up @@ -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
Expand Down

0 comments on commit 435b619

Please sign in to comment.