Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3898b7a

Browse files
authored
Merge pull request #9 from ShroXd/master
fix(typescript.md): 修正了一个笔误
2 parents e5753b6 + 2626977 commit 3898b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/es6/typeScript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const result1: intersection = {
227227

228228
### 联合类型
229229

230-
交叉类型(Union Types),表示一个值可以是几种类型之一。 我们用竖线 | 分隔每个类型,所以 number | string | boolean表示一个值可以是 number, string,或 boolean
230+
联合类型(Union Types),表示一个值可以是几种类型之一。 我们用竖线 | 分隔每个类型,所以 number | string | boolean表示一个值可以是 number, string,或 boolean
231231

232232
```js
233233
type arg = string | number | boolean

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /