Merge pull request #215 from Turing-Chu/remote

fix: missing 2 words' translation.
This commit is contained in:
KaiserY 2018-06-29 16:45:02 +08:00 committed by GitHub
commit bee0a9135f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>