From 435b619a3d5a2d5754a3f739c50f64d1ad520ffc Mon Sep 17 00:00:00 2001 From: Ivan Denysov Date: Sun, 20 Dec 2020 18:24:30 +0100 Subject: fix phrasing in comment --- doc/ractor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ractor.md b/doc/ractor.md index 7867ca3f97..23b28aea6d 100644 --- a/doc/ractor.md +++ b/doc/ractor.md @@ -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 -- cgit v1.2.3