From 3c727270183d1cb1d5fdf2f0955ba28b582d5c99 Mon Sep 17 00:00:00 2001 From: Turing Zhu Date: Fri, 29 Jun 2018 15:55:25 +0800 Subject: [PATCH] fix: missing 2 words' translation. --- src/appendix-02-operators.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/appendix-02-operators.md b/src/appendix-02-operators.md index 47e9781..0d5d901 100644 --- a/src/appendix-02-operators.md +++ b/src/appendix-02-operators.md @@ -123,7 +123,7 @@ [turbofish]: https://matematikaadit.github.io/posts/rust-turbofish.html -Table B-5 展示了出现在使用 trait bounds 约束泛型参数上下文中的符号。 +表 B-5 展示了出现在使用 trait bounds 约束泛型参数上下文中的符号。 表 B-5: Trait Bound 约束 @@ -136,7 +136,7 @@ Table B-5 展示了出现在使用 trait bounds 约束泛型参数上下文中 | `T: ?Sized` | 使用一个不定大小的泛型类型 | | `'a + trait`, `trait + trait` | 复合类型限制 | -Table B-6 展示了在调用或定义宏以及在其上指定属性时的上下文中出现的符号。 +表 B-6 展示了在调用或定义宏以及在其上指定属性时的上下文中出现的符号。 表 B-6: 宏与属性