auto merge of #13939 : richo/rust/docs/composability, r=thestinger
While there are various references to the work compositionality on the web, I can't find any reference to it being an actual word. My understanding is that composability is what's actually meant here anyway.
This commit is contained in:
commit
5c16cf975d
@ -370,7 +370,7 @@ fn main() {
|
||||
```
|
||||
|
||||
This example is starting to get more subtle,
|
||||
but it hints at the powerful compositionality of Rust's concurrent types.
|
||||
but it hints at the powerful composability of Rust's concurrent types.
|
||||
This time we've put our array of numbers inside a `Mutex` and then put *that* inside the `Arc`.
|
||||
Like immutable data,
|
||||
`Mutex`es are sharable,
|
||||
|
Loading…
x
Reference in New Issue
Block a user