From 7851f27cb61ff6f9fe15e845b254da808cfb2c41 Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Tue, 7 Jul 2015 10:03:51 -0700 Subject: [PATCH] improve joke --- concurrency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concurrency.md b/concurrency.md index e527632..95973b3 100644 --- a/concurrency.md +++ b/concurrency.md @@ -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