From 7747bee1a4924ad70a9b24aa4dcbdc755034d8b3 Mon Sep 17 00:00:00 2001 From: bioinformatist Date: Sat, 28 Oct 2017 21:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E6=98=AF=E9=9C=80=E8=A6=81=E6=84=8F?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ch04-01-what-is-ownership.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch04-01-what-is-ownership.md b/src/ch04-01-what-is-ownership.md index 2f75103..d8e9a7a 100644 --- a/src/ch04-01-what-is-ownership.md +++ b/src/ch04-01-what-is-ownership.md @@ -343,4 +343,4 @@ fn calculate_length(s: String) -> (String, usize) { } ``` -但是这不免有些形式主义,同时这离一个通用的观点还有很长距离。幸运的是,Rust 对此提供了一个功能,叫做 **引用**(*references*)。 +但是这不免有些形式主义,而且这种场景应该很常见。幸运的是,Rust 对此提供了一个功能,叫做 **引用**(*references*)。