fix: missing 2 words' translation.

This commit is contained in:
Turing Zhu 2018-06-29 15:55:25 +08:00
parent 8fc7d6bb54
commit 3c72727018

View File

@ -123,7 +123,7 @@
[turbofish]: https://matematikaadit.github.io/posts/rust-turbofish.html
Table B-5 展示了出现在使用 trait bounds 约束泛型参数上下文中的符号。
B-5 展示了出现在使用 trait bounds 约束泛型参数上下文中的符号。
<span class="caption">表 B-5: Trait Bound 约束</span>
@ -136,7 +136,7 @@ Table B-5 展示了出现在使用 trait bounds 约束泛型参数上下文中
| `T: ?Sized` | 使用一个不定大小的泛型类型 |
| `'a + trait`, `trait + trait` | 复合类型限制 |
Table B-6 展示了在调用或定义宏以及在其上指定属性时的上下文中出现的符号。
B-6 展示了在调用或定义宏以及在其上指定属性时的上下文中出现的符号。
<span class="caption">表 B-6: 宏与属性</span>