ruby-changes:73086
From: Felix <ko1@a...>
Date: Sun, 28 Aug 2022 16:27:27 +0900 (JST)
Subject: [ruby-changes:73086] 1486ffe039 (master): [DOC] Correct article of Ractor's introduction [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=1486ffe039 From 1486ffe03913076889290e38d86a7bdaca4e6fbd Mon Sep 17 00:00:00 2001 From: Felix Yan <felixonmars@a...> Date: Sun, 28 Aug 2022 10:27:11 +0300 Subject: [DOC] Correct article of Ractor's introduction [ci skip] --- ractor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ractor.rb b/ractor.rb index 953d3ceddc..8e229d4700 100644 --- a/ractor.rb +++ b/ractor.rb @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ractor.rb#L1 -# Ractor is a Actor-model abstraction for Ruby that provides thread-safe parallel execution. +# Ractor is an Actor-model abstraction for Ruby that provides thread-safe parallel execution. # # Ractor.new can make a new Ractor, and it will run in parallel. # -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/