mirror of
https://github.com/wangdoc/typescript-tutorial.git
synced 2025-12-21 17:35:04 +08:00
docs(class): fix typo #12
This commit is contained in:
@@ -1254,7 +1254,7 @@ class A {
|
||||
|
||||
## 静态成员
|
||||
|
||||
类的内部可以使用`staic`关键字,定义静态成员。
|
||||
类的内部可以使用`static`关键字,定义静态成员。
|
||||
|
||||
静态成员是只能通过类本身使用的成员,不能通过实例对象使用。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user