From 6995aa2eaeaae0a780f98da6c299c26092d46f62 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Mon, 14 Feb 2022 23:13:58 +0200 Subject: [PATCH 1/2] Add f1 keyword to discards article --- docs/csharp/fundamentals/functional/discards.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/csharp/fundamentals/functional/discards.md b/docs/csharp/fundamentals/functional/discards.md index a8da04a2cadc0..6ea909785cf1e 100644 --- a/docs/csharp/fundamentals/functional/discards.md +++ b/docs/csharp/fundamentals/functional/discards.md @@ -2,6 +2,8 @@ title: Discards - unassigned discardable variables description: Describes C#'s support for discards, which are unassigned, discardable variables, and the ways in which discards can be used. ms.date: 05/14/2021 +f1_keywords: + - "__CSharpKeyword" --- # Discards - C# Fundamentals From 5977e8ce22c72e48de643c1ea3d28d34923e7787 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Tue, 15 Feb 2022 09:42:49 +0200 Subject: [PATCH 2/2] Update docs/csharp/fundamentals/functional/discards.md --- docs/csharp/fundamentals/functional/discards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csharp/fundamentals/functional/discards.md b/docs/csharp/fundamentals/functional/discards.md index 6ea909785cf1e..d38142143ddec 100644 --- a/docs/csharp/fundamentals/functional/discards.md +++ b/docs/csharp/fundamentals/functional/discards.md @@ -3,7 +3,7 @@ title: Discards - unassigned discardable variables description: Describes C#'s support for discards, which are unassigned, discardable variables, and the ways in which discards can be used. ms.date: 05/14/2021 f1_keywords: - - "__CSharpKeyword" + - "discard_CSharpKeyword" --- # Discards - C# Fundamentals