summaryrefslogtreecommitdiff
path: root/ractor.rb
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2022-08-28 10:27:11 +0300
committerGitHub <noreply@github.com>2022-08-28 16:27:11 +0900
commit1486ffe03913076889290e38d86a7bdaca4e6fbd (patch)
tree586c734456ea3cd9818269227a107eccf571a5ba /ractor.rb
parent1d83302f32923948d34baa62c6307123864f56a6 (diff)
downloadruby-1486ffe03913076889290e38d86a7bdaca4e6fbd.tar.gz
[DOC] Correct article of Ractor's introduction [ci skip]
Diffstat (limited to 'ractor.rb')
-rw-r--r--ractor.rb2
1 files changed, 1 insertions, 1 deletions
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.
#