From ae2616c46b114370b2608913aab8262b67eb10c4 Mon Sep 17 00:00:00 2001 From: 863056768 <51009484+863056768@users.noreply.github.com> Date: Sun, 6 Mar 2022 16:34:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=B8=8D=E7=94=A8=20=E5=8F=AF?= =?UTF-8?q?=E7=94=A8=20>=20=E4=B8=8D=E5=8F=AF=E5=8F=98=20=E5=8F=AF?= =?UTF-8?q?=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-CN/src/ownership/borrowing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-CN/src/ownership/borrowing.md b/zh-CN/src/ownership/borrowing.md index 2af1dd9..aee9771 100644 --- a/zh-CN/src/ownership/borrowing.md +++ b/zh-CN/src/ownership/borrowing.md @@ -108,7 +108,7 @@ fn main() { ``` #### 可变性 -8. 🌟 错误: 从可不用对象借用可用 +8. 🌟 错误: 从不可变对象借用可变 ```rust,editable fn main() { @@ -167,4 +167,4 @@ fn main() { } ``` -> 你可以在[这里](https://github.com/sunface/rust-by-practice)找到答案(在 solutions 路径下) \ No newline at end of file +> 你可以在[这里](https://github.com/sunface/rust-by-practice)找到答案(在 solutions 路径下)