From c71e2dd7441d8b2879d07b6bc15a504464d6ea3b Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Fri, 28 Jul 2023 08:43:30 -0700 Subject: [PATCH] fix formatting --- reference/Reference-Checker-Inference.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/Reference-Checker-Inference.md b/reference/Reference-Checker-Inference.md index 609e8e5c..92411550 100644 --- a/reference/Reference-Checker-Inference.md +++ b/reference/Reference-Checker-Inference.md @@ -1,5 +1,7 @@ -[0]: https://github.com/microsoft/TypeScript/blob/db9e0079/src/compiler/checker.ts#L21772# Type Inference +[0]: https://github.com/microsoft/TypeScript/blob/db9e0079/src/compiler/checker.ts#L21772 + +# Type Inference TypeScript has a number of related techniques which together are called type inference: places where a type is discovered from