This commit is contained in:
Derek Argueta 2020-04-05 13:56:11 -07:00 коммит произвёл Samuel Williams
Родитель 0e02c3b7c2
Коммит ba3eccd9b5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -16,7 +16,7 @@
* This file contains wrapper APIs for native thread primitives
* which Ruby interpreter uses.
*
* Now, we only suppors pthread and Windows threads.
* Now, we only support pthread and Windows threads.
*
* If you want to use Ruby's Mutex and so on to synchronize Ruby Threads,
* please use Mutex directly.