Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix #782
  • Loading branch information
pitr-ch committed Dec 6, 2018
1 parent 619da05 commit d89681e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -43,7 +43,7 @@ appreciate your help. Would you like to contribute? Great! Have a look at

*Concurrent Ruby makes one of the strongest thread safety guarantees of any Ruby concurrency
library, providing consistent behavior and guarantees on all three of the main Ruby interpreters
(MRI/CRuby, JRuby, and Rubinius).*
(MRI/CRuby, JRuby, Rubinius, TruffleRuby).*

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

We've also initiated discussion to document [memory model](docs-source/synchronization.md) of Ruby which
would provide consistent behaviour and guarantees on all three of the main Ruby interpreters
would provide consistent behaviour and guarantees on all four of the main Ruby interpreters
(MRI/CRuby, JRuby, Rubinius, TruffleRuby).

## Features & Documentation
Expand Down

0 comments on commit d89681e

Please sign in to comment.