1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] Correct article of Ractor's introduction [ci skip]

This commit is contained in:
Felix Yan 2022-08-28 10:27:11 +03:00 committed by GitHub
parent 1d83302f32
commit 1486ffe039
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2022-08-28 16:27:33 +09:00
Merged: https://github.com/ruby/ruby/pull/6293

Merged-By: nobu <nobu@ruby-lang.org>

View file

@ -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.
#