From e4f70a3c63cab12f483217c8f6a6ccf9b3c46389 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 2 Nov 2022 12:22:54 +0800 Subject: [PATCH] fix: wrong context of the link to referencing --- src/ch16-03-shared-state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch16-03-shared-state.md b/src/ch16-03-shared-state.md index f6d2a15..af64836 100644 --- a/src/ch16-03-shared-state.md +++ b/src/ch16-03-shared-state.md @@ -124,4 +124,4 @@ Result: 10 接下来,为了丰富本章的内容,让我们讨论一下 `Send`和 `Sync` trait 以及如何对自定义类型使用他们。 -[`std::sync::atomic`]: https://doc.rust-lang.org/std/sync/atomic/index.html +[atomic]: https://doc.rust-lang.org/std/sync/atomic/index.html