From 7a0df0a866b8edcb0bfe499055a2ae38803f3039 Mon Sep 17 00:00:00 2001 From: bioinformatist Date: Tue, 7 Nov 2017 22:25:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E6=96=87=E2=80=9C=E7=BB=87=E2=80=9D?= =?UTF-8?q?=E4=BC=BC=E4=B9=8E=E7=AC=94=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ch07-01-mod-and-the-filesystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch07-01-mod-and-the-filesystem.md b/src/ch07-01-mod-and-the-filesystem.md index a77364a..8712573 100644 --- a/src/ch07-01-mod-and-the-filesystem.md +++ b/src/ch07-01-mod-and-the-filesystem.md @@ -30,7 +30,7 @@ Cargo 创建了一个空的测试来帮助我们开始库项目,不像使用 ` 因为没有 *src/main.rs* 文件,所以没有可供 Cargo 的 `cargo run` 执行的东西。因此,我们将使用 `cargo build` 命令只是编译库 crate 的代码。 -我们将学习根据编写代码的意图来选择不同的织库项目代码组织来适应多种场景。 +我们将学习根据编写代码的意图来以不同方法组织库项目代码以适应多种情况。 ### 模块定义