mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo in documentation
This commit is contained in:
parent
0e02c3b7c2
commit
ba3eccd9b5
Notes:
git
2020-04-06 08:29:51 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue