Skip to content

Commit 7f5b8df

Browse files
authored
Update concatenate-multiple-strings.md
1 parent 3e69412 commit 7f5b8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/csharp/how-to/concatenate-multiple-strings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ Generate C# code to use String.Format to build an output string "Hi x, today's d
8282

8383
GitHub Copilot is powered by AI, so surprises and mistakes are possible. For more information, see [Copilot FAQs](https://aka.ms/copilot-general-use-faqs).
8484

85-
Learn more about [GitHub Copilot in Visual Studio](/visualstudio/ide/visual-studio-github-copilot-install-and-states) and [GitHub Copilot in VS Code](https://code.visualstudio.com/docs/copilot/overview).
86-
8785
## See also
8886

8987
- <xref:System.String>
9088
- <xref:System.Text.StringBuilder>
9189
- [Strings](../programming-guide/strings/index.md)
90+
- [GitHub Copilot in Visual Studio](/visualstudio/ide/visual-studio-github-copilot-install-and-states)
91+
- [GitHub Copilot in VS Code](https://code.visualstudio.com/docs/copilot/overview)

0 commit comments

Comments
 (0)