We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f082d2 commit 6aed773Copy full SHA for 6aed773
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