Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffe0330

Browse files
authored
fix: 本小结 -> 本小节 (xcatliu#204)
1 parent d5c972e commit ffe0330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

basics/type-assertion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ tom.run();
287287

288288
## 类型断言的限制
289289

290-
> 本小结的前置知识点[结构类型系统(TODO)][][类型兼容性(TODO)][]
290+
> 本小节的前置知识点[结构类型系统(TODO)][][类型兼容性(TODO)][]
291291
292292
从上面的例子中,我们可以总结出:
293293

@@ -555,7 +555,7 @@ const tom: Cat = getCacheData('tom');
555555

556556
## 类型断言 vs 泛型
557557

558-
> 本小结的前置知识点[泛型][]
558+
> 本小节的前置知识点[泛型][]
559559
560560
还是这个例子:
561561

0 commit comments

Comments
 (0)