From a158e1c7418fee21229c6f033c33014236c56c9c Mon Sep 17 00:00:00 2001 From: ryichk Date: Mon, 10 May 2021 01:16:36 +0900 Subject: [PATCH] fix missing character --- docs/types/type-inference.md | 2 +- type-system/type-inference.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/types/type-inference.md b/docs/types/type-inference.md index 4689ac369..a8669786c 100644 --- a/docs/types/type-inference.md +++ b/docs/types/type-inference.md @@ -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) diff --git a/type-system/type-inference.md b/type-system/type-inference.md index 9870106db..4c3b44fb3 100644 --- a/type-system/type-inference.md +++ b/type-system/type-inference.md @@ -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\)