We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5956939 commit 6201d6dCopy full SHA for 6201d6d
src/doc/intro.md
@@ -370,7 +370,7 @@ fn main() {
370
```
371
372
This example is starting to get more subtle,
373
-but it hints at the powerful compositionality of Rust's concurrent types.
+but it hints at the powerful composability of Rust's concurrent types.
374
This time we've put our array of numbers inside a `Mutex` and then put *that* inside the `Arc`.
375
Like immutable data,
376
`Mutex`es are sharable,
0 commit comments