Skip to content

Commit 28ab322

Browse files
authored
docs(object): fix typo
1 parent 062f30c commit 28ab322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ function draw({
501501

502502
## 结构类型原则
503503

504-
只要对象 B 满足 对象 A 的结构特征,TypeScript 就认为对象 B 兼容对象 A 的类型,这称为“结构类型”原则(structual typing)。
504+
只要对象 B 满足 对象 A 的结构特征,TypeScript 就认为对象 B 兼容对象 A 的类型,这称为“结构类型”原则(structural typing)。
505505

506506
```typescript
507507
const A = {

0 commit comments

Comments
 (0)