From 0b3075af20eb741acfb140526d54bb76417cec3b Mon Sep 17 00:00:00 2001 From: green961 <81228933+green961@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:52:54 +0800 Subject: [PATCH] Update ch07-04-bringing-paths-into-scope-with-the-use-keyword.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 错别字 --- src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md b/src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md index 905f8cf..9c3a5c1 100644 --- a/src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md +++ b/src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md @@ -28,7 +28,7 @@ 示例 7-12: `use` 语句只适用于其所在的作用域 -编译器错误显示短路径不在适用于 `customer` 模块中: +编译器错误显示短路径不再适用于 `customer` 模块中: ```console {{#include ../listings/ch07-managing-growing-projects/listing-07-12/output.txt}}