From a9de4e82cb9d5150b20c9dc6c0b0426bb8a05f84 Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Fri, 9 Sep 2022 17:29:48 -0400 Subject: [PATCH] build fixes --- docs/csharp/language-reference/statements/declarations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csharp/language-reference/statements/declarations.md b/docs/csharp/language-reference/statements/declarations.md index aa7f43c1e281f..dac068ce72e3f 100644 --- a/docs/csharp/language-reference/statements/declarations.md +++ b/docs/csharp/language-reference/statements/declarations.md @@ -10,7 +10,7 @@ helpviewer_keywords: --- # Declaration statements -A *declaration statement* declares a new variable, and optionally, initializes it. All variables have declared type. You can learn more about types in the article on the [.NET type system](../../../standard/base-types/common-type-system). +A *declaration statement* declares a new variable, and optionally, initializes it. All variables have declared type. You can learn more about types in the article on the [.NET type system](../../../standard/base-types/common-type-system.md). ## Implicitly typed local variables