diff --git a/src/appendix/keywords.md b/src/appendix/keywords.md index b211ddad..613fef51 100644 --- a/src/appendix/keywords.md +++ b/src/appendix/keywords.md @@ -5,7 +5,7 @@ ### 目前正在使用的关键字 如下关键字目前有对应其描述的功能。 -- `SelfTy` - 'trait' 或 'impl' 块中的实现类型,或类型定义中的当前类型。 +- `SelfTy` - `trait` 或 `impl` 块中的实现类型,或类型定义中的当前类型。 - `as` - 强制类型转换,或`use` 和 `extern crate`包和模块引入语句中的重命名 - `async` - 返回一个 Future 而不是阻塞当前线程 - `await` - 暂停执行直到 Future 的结果就绪