mirror of
https://github.com/wangdoc/typescript-tutorial.git
synced 2025-12-20 00:50:17 +08:00
Merge pull request #133 from wjw020206/patch-1
Some checks failed
TypeScript tutorial CI / Generating pages (push) Has been cancelled
Some checks failed
TypeScript tutorial CI / Generating pages (push) Has been cancelled
docs(class): fixed typo
This commit is contained in:
@@ -299,7 +299,7 @@ class MyClass {
|
||||
}
|
||||
```
|
||||
|
||||
上面示例中,属性`inInstance`的读取器虽然是一个函数方法,但是视同属性,所以属性索引虽然没有涉及方法类型,但是不会报错。
|
||||
上面示例中,属性`isInstance`的读取器虽然是一个函数方法,但是视同属性,所以属性索引虽然没有涉及方法类型,但是不会报错。
|
||||
|
||||
## 类的 interface 接口
|
||||
|
||||
|
||||
Reference in New Issue
Block a user