Skip to content

Commit d89681e

Browse files
authored
Update README.md
fix #782
1 parent 619da05 commit d89681e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff 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
4545
library, 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

4848
Every abstraction in this library is thread safe. Specific thread safety guarantees are documented
4949
with each abstraction.
@@ -59,7 +59,7 @@ Concurrent Ruby is also the only Ruby library which provides a full suite of thr
5959
immutable variable types and data structures.
6060

6161
We'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

0 commit comments

Comments
 (0)