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

Skip to content

Commit ca5ef08

Browse files
authored
Merge pull request xcatliu#56 from zytjs/patch-1
Update type-of-object-interfaces.md
2 parents d4909e0 + f134638 commit ca5ef08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/type-of-object-interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## 什么是接口
66

7-
在面向对象语言中,接口(Interfaces)是一个很重要的概念,它是对行为的抽象,而具体如何行动需要由类(classes)去实现(implements)。
7+
在面向对象语言中,接口(Interfaces)是一个很重要的概念,它是对行为的抽象,而具体如何行动需要由类(classes)去实现(implement)。
88

99
TypeScript 中的接口是一个非常灵活的概念,除了可用于[对类的一部分行为进行抽象](../advanced/class-and-interfaces.md#类实现接口)以外,也常用于对「对象的形状(Shape)」进行描述。
1010

0 commit comments

Comments
 (0)