From 4a910d8e6566df24f96e13188dc957ef9e8b9344 Mon Sep 17 00:00:00 2001 From: Daniel Franklin Date: Thu, 1 Apr 2021 13:42:34 +0100 Subject: [PATCH] Update src/send-and-sync.md Co-authored-by: Yuki Okushi --- src/send-and-sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/send-and-sync.md b/src/send-and-sync.md index 2e387e9..f7ff82f 100644 --- a/src/send-and-sync.md +++ b/src/send-and-sync.md @@ -162,7 +162,7 @@ impl DerefMut for Carton { fn deref_mut(&mut self) -> &mut Self::Target { unsafe { // Safety: The pointer is aligned, initialized, and dereferenceable - // by the logic in [`Self::new]. We require writers to mutably + // by the logic in [`Self::new`]. We require writers to mutably // borrow the Carton, and the lifetime of the return value is // elided to the lifetime of the input. This means the borrow // checker will enforce that no one else can access the contents