docs: fix typo #12

This commit is contained in:
thinkasany
2023-08-10 00:08:18 +08:00
parent d0c6f79fd7
commit 8ba879a05f

View File

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