Merge pull request #765 from green961/patch-1

Update ch07-04-bringing-paths-into-scope-with-the-use-keyword.md
This commit is contained in:
KaiserY 2024-02-08 08:08:54 +08:00 committed by GitHub
commit 78c8463eca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@
<span class="caption">示例 7-12: `use` 语句只适用于其所在的作用域</span>
编译器错误显示短路径不适用于 `customer` 模块中:
编译器错误显示短路径不适用于 `customer` 模块中:
```console
{{#include ../listings/ch07-managing-growing-projects/listing-07-12/output.txt}}