Skip to content

Commit 36b66ad

Browse files
authored
Merge pull request #146 from ryichk/fix-missing-character
Fix missing character
2 parents 28ae065 + a158e1c commit 36b66ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/types/type-inference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ iTakeAnAdder(({a, b}) => { // Types of `a` and `b` are inferred
126126

127127
## Type Guard (Type Guards)
128128

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

131131
## 警告(Warnings)
132132

type-system/type-inference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ iTakeAnAdder(({a, b}) => { // Types of `a` and `b` are inferred
126126

127127
## Type Guard \(Type Guards\)
128128

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

131131
## 警告\(Warnings\)
132132

0 commit comments

Comments
 (0)