From 231491e09ce0395e489dd3f5df3f826d4bc7e958 Mon Sep 17 00:00:00 2001 From: Jesse <35264598+JesseAtSZ@users.noreply.github.com> Date: Wed, 26 Jan 2022 17:01:13 +0800 Subject: [PATCH] Update custom-type.md --- book/contents/advance/custom-type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/contents/advance/custom-type.md b/book/contents/advance/custom-type.md index ded73d86..c6ad4963 100644 --- a/book/contents/advance/custom-type.md +++ b/book/contents/advance/custom-type.md @@ -285,5 +285,5 @@ error[E0277]: the size for values of type `str` cannot be known at compilation t = note: all function arguments must have a statically known size ``` -提示的很清晰,不知道 `str` 的大小,因此无法对其使用 `Box` 进行封装。 +提示得很清晰,不知道 `str` 的大小,因此无法对其使用 `Box` 进行封装。