docs(class): fix typo #12

This commit is contained in:
ruanyf
2023-08-10 14:54:33 +08:00
parent d0c6f79fd7
commit 24766aa363

View File

@@ -1254,7 +1254,7 @@ class A {
## 静态成员
类的内部可以使用`staic`关键字,定义静态成员。
类的内部可以使用`static`关键字,定义静态成员。
静态成员是只能通过类本身使用的成员,不能通过实例对象使用。