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: 宏与属性