Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c972e commit ffe0330Copy full SHA for ffe0330
basics/type-assertion.md
@@ -287,7 +287,7 @@ tom.run();
287
288
## 类型断言的限制
289
290
-> 本小结的前置知识点:[结构类型系统(TODO)][]、[类型兼容性(TODO)][]
+> 本小节的前置知识点:[结构类型系统(TODO)][]、[类型兼容性(TODO)][]
291
292
从上面的例子中,我们可以总结出:
293
@@ -555,7 +555,7 @@ const tom: Cat = getCacheData('tom');
555
556
## 类型断言 vs 泛型
557
558
-> 本小结的前置知识点:[泛型][]
+> 本小节的前置知识点:[泛型][]
559
560
还是这个例子:
561
0 commit comments