update ch07-05 close #441

This commit is contained in:
KaiserY 2020-07-15 11:02:09 +08:00 committed by GitHub
parent 7dfbeb65df
commit 3beedad29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ pub fn eat_at_restaurant() {
}
```
<span class="caption">示例 7-21: 声明 `front_of_house` 模块,其内容位于 *src/front_of_house.rs*</span>
<span class="caption">示例 7-21: 声明 `front_of_house` 模块,其内容位于 *src/front_of_house.rs*</span>
*src/front_of_house.rs* 会获取 `front_of_house` 模块的定义内容,如示例 7-22 所示。