[前][次][番号順一覧][スレッド一覧]

ruby-changes:64392

From: Ivan <ko1@a...>
Date: Mon, 21 Dec 2020 02:38:27 +0900 (JST)
Subject: [ruby-changes:64392] 435b619a3d (master): fix phrasing in comment

https://git.ruby-lang.org/ruby.git/commit/?id=435b619a3d

From 435b619a3d5a2d5754a3f739c50f64d1ad520ffc Mon Sep 17 00:00:00 2001
From: Ivan Denysov <johnny.denisov@g...>
Date: Sun, 20 Dec 2020 18:24:30 +0100
Subject: fix phrasing in comment


diff --git a/doc/ractor.md b/doc/ractor.md
index 7867ca3..23b28ae 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 https://github.com/ruby/ruby/blob/trunk/doc/ractor.md#L163
 
 ```ruby
 r = Ractor.new do
-  raise 'ok' # exception will be transferred receiver
+  raise 'ok' # exception will be transferred to the receiver
 end
 
 begin
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]