mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Fix a typo
This commit is contained in:
parent
9f082d2111
commit
6aed773448
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user