diff --git a/src/concurrency/send-sync/examples.md b/src/concurrency/send-sync/examples.md index adde3f3e..b7257ff1 100644 --- a/src/concurrency/send-sync/examples.md +++ b/src/concurrency/send-sync/examples.md @@ -37,5 +37,5 @@ These types are not thread-safe and cannot be moved to other threads: * `Rc`: each `Rc` has a reference to an `RcBox`, which contains a non-atomic reference count. -* `*const T`, `*mut T`: Rust that there are special lifetime considerations for the +* `*const T`, `*mut T`: Rust has special lifetime considerations for the pointer.