mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-20 14:31:15 +02:00
Typo
Not sure of the intended meaning. At least the sentence is true and gramattically correct here
This commit is contained in:
parent
8f638d8c4a
commit
2b2e006417
@ -37,5 +37,5 @@ These types are not thread-safe and cannot be moved to other threads:
|
||||
|
||||
* `Rc<T>`: each `Rc<T>` has a reference to an `RcBox<T>`, 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user