From a603b118444996d48450555cd3a3396f89ab018e Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Thu, 21 May 2026 12:17:13 -0700 Subject: [PATCH] Remove copilot highlight metadata Fast follow to #53881. --- docs/csharp/how-to/concatenate-multiple-strings.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/csharp/how-to/concatenate-multiple-strings.md b/docs/csharp/how-to/concatenate-multiple-strings.md index 205837bf60ae4..a8962971e8cfb 100644 --- a/docs/csharp/how-to/concatenate-multiple-strings.md +++ b/docs/csharp/how-to/concatenate-multiple-strings.md @@ -6,7 +6,6 @@ helpviewer_keywords: - "joining strings [C#]" - "concatenating strings [C#]" - "strings [C#], concatenation" -ms.custom: copilot-scenario-highlight --- # How to concatenate multiple strings (C# Guide)