Skip to content

Commit f79f7e0

Browse files
authored
docs: fix some syntax errors
1 parent 2e93b6f commit f79f7e0

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
🏆
4646

4747
<table>
48+
<tbody>
4849
<tr>
4950
<td align="center">
5051
<a href="https://github.com/EluvK">
@@ -61,13 +62,15 @@
6162
</a>
6263
</td>
6364
</tr>
65+
</tbody>
6466
</table>
6567

6668
<br />
6769

6870
🏅
6971

7072
<table>
73+
<tbody>
7174
<tr>
7275
<td align="center">
7376
<a href="https://github.com/SUN-LG">
@@ -98,6 +101,7 @@
98101
</a>
99102
</td>
100103
</tr>
104+
</tbody>
101105
</table>
102106

103107
## 创作感悟

src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
- [Sized 和不定长类型 DST](advance/into-types/sized.md)
9494
- [枚举和整数](advance/into-types/enum-int.md)
9595
- [智能指针](advance/smart-pointer/intro.md)
96-
- [`Box<T>` 堆对象分配](advance/smart-pointer/box.md)
96+
- [Box\<T\> 堆对象分配](advance/smart-pointer/box.md)
9797
- [Deref 解引用](advance/smart-pointer/deref.md)
9898
- [Drop 释放资源](advance/smart-pointer/drop.md)
9999
- [Rc 与 Arc 实现 1vN 所有权机制](advance/smart-pointer/rc-arc.md)

src/about-book.md

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Rust 语言真的好:连续八年成为全世界最受欢迎的语言、没有
4141
🏆
4242

4343
<table>
44+
<tbody>
4445
<tr>
4546
<td align="center">
4647
<a href="https://github.com/EluvK">
@@ -57,13 +58,15 @@ Rust 语言真的好:连续八年成为全世界最受欢迎的语言、没有
5758
</a>
5859
</td>
5960
</tr>
61+
</tbody>
6062
</table>
6163

6264
<br />
6365

6466
🏅
6567

6668
<table>
69+
<tbody>
6770
<tr>
6871
<td align="center">
6972
<a href="https://github.com/JesseAtSZ">
@@ -94,4 +97,5 @@ Rust 语言真的好:连续八年成为全世界最受欢迎的语言、没有
9497
</a>
9598
</td>
9699
</tr>
100+
</tbody>
97101
</table>

0 commit comments

Comments
 (0)