From 1486ffe03913076889290e38d86a7bdaca4e6fbd Mon Sep 17 00:00:00 2001 From: Felix Yan 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(-) (limited to 'ractor.rb') diff --git a/ractor.rb b/ractor.rb index 953d3ceddc..8e229d4700 100644 --- a/ractor.rb +++ b/ractor.rb @@ -1,4 +1,4 @@ -# 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