File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ appreciate your help. Would you like to contribute? Great! Have a look at
4343
4444* Concurrent Ruby makes one of the strongest thread safety guarantees of any Ruby concurrency
4545library, providing consistent behavior and guarantees on all three of the main Ruby interpreters
46- (MRI/CRuby, JRuby, and Rubinius).*
46+ (MRI/CRuby, JRuby, Rubinius, TruffleRuby ).*
4747
4848Every abstraction in this library is thread safe. Specific thread safety guarantees are documented
4949with each abstraction.
@@ -59,7 +59,7 @@ Concurrent Ruby is also the only Ruby library which provides a full suite of thr
5959immutable variable types and data structures.
6060
6161We've also initiated discussion to document [ memory model] ( docs-source/synchronization.md ) of Ruby which
62- would provide consistent behaviour and guarantees on all three of the main Ruby interpreters
62+ would provide consistent behaviour and guarantees on all four of the main Ruby interpreters
6363(MRI/CRuby, JRuby, Rubinius, TruffleRuby).
6464
6565## Features & Documentation
You can’t perform that action at this time.
0 commit comments