We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1572bf1 + 6aed773 commit 808dbccCopy full SHA for 808dbcc
src/doc/book/src/concurrency.md
@@ -36,7 +36,7 @@ down the channel and to the other thread. Therefore, we'd ensure that `Send` was
36
implemented for that type.
37
38
In the opposite way, if we were wrapping a library with [FFI][ffi] that isn't
39
-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
40
us enforce that it can't leave the current thread.
41
42
[ffi]: ffi.html
0 commit comments