Skip to content

docs: to Discriminated Unions from Contextual typing #114 #160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Sep 5, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pages/tutorials/ts-for-functional-programmers.md
Co-authored-by: Seohee Park <dvlprsh103@gmail.com>
  • Loading branch information
annkimm and dvlprsh authored Sep 5, 2020
commit 5d7aea2c7cc2081cb8030eff4774d6ef9bc115a2
2 changes: 1 addition & 1 deletion pages/tutorials/ts-for-functional-programmers.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ TypeScript는 변수 선언과 같이 타입을 추론할 수 있는
let s = "I'm a string!";
```

하지만 다른 C- 계열 언어로 작업한 적이 있다면 예상하지 못했던
하지만 다른 C-계열 언어로 작업한 적이 있다면 예상하지 못했던
다른 방법으로 타입 추론이 가능합니다:

```ts
Expand Down