Skip to content

Commit e8f2f4c

Browse files
authored
Merge pull request #133 from wjw020206/patch-1
docs(class): fixed typo
2 parents 54799df + 59cd39d commit e8f2f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class MyClass {
299299
}
300300
```
301301

302-
上面示例中,属性`inInstance`的读取器虽然是一个函数方法,但是视同属性,所以属性索引虽然没有涉及方法类型,但是不会报错。
302+
上面示例中,属性`isInstance`的读取器虽然是一个函数方法,但是视同属性,所以属性索引虽然没有涉及方法类型,但是不会报错。
303303

304304
## 类的 interface 接口
305305

0 commit comments

Comments
 (0)