Skip to content

Commit

Permalink
Auto merge of #40078 - tclfs:patch-3, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
bors committed Feb 26, 2017
2 parents 1572bf1 + 6aed773 commit 808dbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/src/concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ down the channel and to the other thread. Therefore, we'd ensure that `Send` was
implemented for that type.

In the opposite way, if we were wrapping a library with [FFI][ffi] that isn't
threadsafe, we wouldn't want to implement `Send`, and so the compiler will help
thread-safe, we wouldn't want to implement `Send`, and so the compiler will help
us enforce that it can't leave the current thread.

[ffi]: ffi.html
Expand Down

0 comments on commit 808dbcc

Please sign in to comment.