]> git.lizzy.rs Git - rust.git/commitdiff
improve joke
authorAlexis Beingessner <a.beingessner@gmail.com>
Tue, 7 Jul 2015 17:03:51 +0000 (10:03 -0700)
committerAlexis Beingessner <a.beingessner@gmail.com>
Tue, 7 Jul 2015 17:03:51 +0000 (10:03 -0700)
concurrency.md

index e5276323267c4615fa60484152cd0c0d574fb347..95973b35d4ffe88583f86c1ec7db0b63258cafe6 100644 (file)
@@ -10,4 +10,4 @@ them tends to involve trade-offs that we weren't willing to commit to for 1.0.
 However the way Rust models concurrency makes it relatively easy design your own
 concurrency paradigm as a library and have *everyone else's* code Just Work
 with yours. Just require the right lifetimes and Send and Sync where appropriate
-and you're off to the races. Or rather, not having races. Races are bad.
+and you're off to the races. Or rather, off to the... not... having... races.
\ No newline at end of file