From c7d702f6386028fc3e82546e791324094ac2a89b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A4=E7=8B=90=E4=B8=80=E5=86=B2?= <43949039+anonymousGiga@users.noreply.github.com> Date: Thu, 18 May 2023 09:51:58 +0800 Subject: [PATCH] Update chapter_3_16_2.md --- src/chapter_3/chapter_3_16_2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chapter_3/chapter_3_16_2.md b/src/chapter_3/chapter_3_16_2.md index e9772e1..c661936 100644 --- a/src/chapter_3/chapter_3_16_2.md +++ b/src/chapter_3/chapter_3_16_2.md @@ -62,7 +62,7 @@ fn main() { ``` 使用Box后,上面的Cons的内存表示如下: -![注释](../../assets/21.png) +![注释](../../assets/23.png) 每个Box的大小是固定的,所以编译不会有问题。