From e79d3723ffc55c0a1cee027496bd3a474fbb41b2 Mon Sep 17 00:00:00 2001 From: Lemon <65464888+Lemonaire@users.noreply.github.com> Date: Thu, 17 Feb 2022 16:42:10 +0800 Subject: [PATCH] Fix typo in basic/ownership/borrowing.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 中英文逗号混用 --- contents/basic/ownership/borrowing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/basic/ownership/borrowing.md b/contents/basic/ownership/borrowing.md index 86033552..481cf47d 100644 --- a/contents/basic/ownership/borrowing.md +++ b/contents/basic/ownership/borrowing.md @@ -83,7 +83,7 @@ fn change(some_string: &String) { } ``` -很不幸,妹子你没抱到, 哦口误,你修改错了: +很不幸,妹子你没抱到,哦口误,你修改错了: ```console error[E0596]: cannot borrow `*some_string` as mutable, as it is behind a `&` reference --> src/main.rs:8:5