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

This commit is contained in:
Felix Yan 2022-08-28 10:27:11 +03:00 коммит произвёл GitHub
Родитель 1d83302f32
Коммит 1486ffe039
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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