Skip to content

Commit d8f460c

Browse files
committed
improve joke
1 parent 2e653f3 commit d8f460c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ them tends to involve trade-offs that we weren't willing to commit to for 1.0.
1010
However the way Rust models concurrency makes it relatively easy design your own
1111
concurrency paradigm as a library and have *everyone else's* code Just Work
1212
with yours. Just require the right lifetimes and Send and Sync where appropriate
13-
and you're off to the races. Or rather, not having races. Races are bad.
13+
and you're off to the races. Or rather, off to the... not... having... races.

0 commit comments

Comments
 (0)