Skip to content

Fix missing character #146

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 1 commit into from
May 11, 2021
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/types/type-inference.md
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ iTakeAnAdder(({a, b}) => { // Types of `a` and `b` are inferred

## Type Guard (Type Guards)

[Type Guard](./typeGuard.md)が(特にユニオン型の場合に)どのように型を変更したり絞り込んだりするのを見てきました。TypeGuardは、ブロック内の変数の型推論の別の形式です。
[Type Guard](./typeGuard.md)が(特にユニオン型の場合に)どのように型を変更したり絞り込んだりするのかを見てきました。TypeGuardは、ブロック内の変数の型推論の別の形式です。

## 警告(Warnings)

2 changes: 1 addition & 1 deletion type-system/type-inference.md
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ iTakeAnAdder(({a, b}) => { // Types of `a` and `b` are inferred

## Type Guard \(Type Guards\)

[Type Guard](typeguard.md)が\(特にユニオン型の場合に\)どのように型を変更したり絞り込んだりするのを見てきました。TypeGuardは、ブロック内の変数の型推論の別の形式です。
[Type Guard](typeguard.md)が\(特にユニオン型の場合に\)どのように型を変更したり絞り込んだりするのかを見てきました。TypeGuardは、ブロック内の変数の型推論の別の形式です。

## 警告\(Warnings\)