Skip to content

Commit

Permalink
docs: change compositionality to composability
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed May 4, 2014
1 parent 5956939 commit 6201d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/intro.md
Expand Up @@ -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,
Expand Down

5 comments on commit 6201d6d

@bors
Copy link
Contributor

@bors bors commented on 6201d6d May 6, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from thestinger
at richo@6201d6d

@bors
Copy link
Contributor

@bors bors commented on 6201d6d May 6, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging richo/rust/docs/composability = 6201d6d into auto

@bors
Copy link
Contributor

@bors bors commented on 6201d6d May 6, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

richo/rust/docs/composability = 6201d6d merged ok, testing candidate = 5c16cf9

@bors
Copy link
Contributor

@bors bors commented on 6201d6d May 6, 2014

@bors
Copy link
Contributor

@bors bors commented on 6201d6d May 6, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 5c16cf9

Please sign in to comment.