Skip to content

Commit 964c8c7

Browse files
authored
Merge pull request vue3-club#7 from OBQun/patch-2
✏️ 义叉 -> 交叉
2 parents 1e7d039 + 961f0bb commit 964c8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/es6/typeScript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ console.log(say(1)) // Argument of type '1' is not assignable to parameter of t
204204
console.log(say({value: 'hello vue!', length: 10})) // { value: 'hello vue!', length: 10 }
205205
```
206206

207-
### 义叉类型
207+
### 交叉类型
208208

209209
交叉类型(Intersection Types),将多个类型合并为一个类型
210210

0 commit comments

Comments
 (0)