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

ruby-changes:62833

From: Tom <ko1@a...>
Date: Sat, 5 Sep 2020 01:41:52 +0900 (JST)
Subject: [ruby-changes:62833] de30450d91 (master): Fix typos in Ractor README.

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

From de30450d91a8dda9dd415512ba5a1709704cae12 Mon Sep 17 00:00:00 2001
From: Tom Schady <tschady@g...>
Date: Fri, 4 Sep 2020 11:36:48 -0500
Subject: Fix typos in Ractor README.


diff --git a/doc/ractor.md b/doc/ractor.md
index cb8f6aa..42a0be9 100644
--- a/doc/ractor.md
+++ b/doc/ractor.md
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/doc/ractor.md#L1
 # Ractor - Ruby's Actor-like concurrent abstraction
 
-Ractor is designed to provide a parallel execution feature fo Ruby without thread-safety concerns.
+Ractor is designed to provide a parallel execution feature of Ruby without thread-safety concerns.
 
 ## Summary
 
@@ -351,7 +351,7 @@ Multiple Ractors can send to one Ractor. https://github.com/ruby/ruby/blob/trunk/doc/ractor.md#L351
 
 TODO: Current `Ractor.select()` has same issue of `select(2)`, so this interface should be refined.
 
-TODO: `select` syntax of go-language uses round-robbin technique to make fair scheduling. Now `Ractor.select()` doesn't use it.
+TODO: `select` syntax of go-language uses round-robin technique to make fair scheduling. Now `Ractor.select()` doesn't use it.
 
 ### Closing Ractor's ports
 
-- 
cgit v0.10.2


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

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