Skip to content

Commit

Permalink
Merge pull request #44 from aturon/fearless-typo
Browse files Browse the repository at this point in the history
Fix uncapitalized letter
  • Loading branch information
aturon committed Apr 10, 2015
2 parents 5316f6d + 3791406 commit a063d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2015-04-10-Fearless-Concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ the necessary synchronization here."
Naturally, `Arc` is `Send`, and `Rc` is not.
We already saw that the `Channel` and `Mutex` APIs work only with
`Send` data. since they are the point at which data crosses thread
`Send` data. Since they are the point at which data crosses thread
boundaries, they are also the point of enforcement for `Send`.
Putting this all together, Rust programmers can reap the benefits of
Expand Down

0 comments on commit a063d86

Please sign in to comment.