Skip to content

Commit 808dbcc

Browse files
committed
Auto merge of #40078 - tclfs:patch-3, r=GuillaumeGomez
Fix a typo
2 parents 1572bf1 + 6aed773 commit 808dbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/src/concurrency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ down the channel and to the other thread. Therefore, we'd ensure that `Send` was
3636
implemented for that type.
3737

3838
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
39+
thread-safe, we wouldn't want to implement `Send`, and so the compiler will help
4040
us enforce that it can't leave the current thread.
4141

4242
[ffi]: ffi.html

0 commit comments

Comments
 (0)