We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f1165 commit c7d8467Copy full SHA for c7d8467
src/send-and-sync.md
@@ -148,7 +148,7 @@ impl<T> Deref for Carton<T> {
148
fn deref(&self) -> &Self::Target {
149
unsafe {
150
// Safety: The pointer is aligned, initialized, and dereferenceable
151
- // by the logic in [`Self::new`]. We require writers to borrow the
+ // by the logic in [`Self::new`]. We require readers to borrow the
152
// Carton, and the lifetime of the return value is elided to the
153
// lifetime of the input. This means the borrow checker will
154
// enforce that no one can mutate the contents of the Carton until
0 commit comments