ruby-changes:71050
From: Steven <ko1@a...>
Date: Mon, 31 Jan 2022 07:59:22 +0900 (JST)
Subject: [ruby-changes:71050] b01657c470 (master): [DOC] Fix case for new sentence.
https://git.ruby-lang.org/ruby.git/commit/?id=b01657c470 From b01657c4707eadd9de9573ce9818d0b5f0fe3047 Mon Sep 17 00:00:00 2001 From: Steven Nunez <octosteve@g...> Date: Sun, 30 Jan 2022 17:59:10 -0500 Subject: [DOC] Fix case for new sentence. --- doc/ractor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ractor.md b/doc/ractor.md index f5b1fb5403f..843754c263d 100644 --- a/doc/ractor.md +++ b/doc/ractor.md @@ -179,7 +179,7 @@ end https://github.com/ruby/ruby/blob/trunk/doc/ractor.md#L179 Communication between Ractors is achieved by sending and receiving messages. There are two ways to communicate with each other. * (1) Message sending/receiving - * (1-1) push type send/receive (sender knows receiver). similar to the Actor model. + * (1-1) push type send/receive (sender knows receiver). Similar to the Actor model. * (1-2) pull type yield/take (receiver knows sender). * (2) Using shareable container objects * Ractor::TVar gem ([ko1/ractor-tvar](https://github.com/ko1/ractor-tvar)) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/