From 6faa1e18f22bdb3839d2210b391b9df73ddbddde Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Mon, 14 Jul 2025 08:21:37 +1000 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- prompts/csharp-docs.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/csharp-docs.prompt.md b/prompts/csharp-docs.prompt.md index 5d4c6c2..43bffa2 100644 --- a/prompts/csharp-docs.prompt.md +++ b/prompts/csharp-docs.prompt.md @@ -21,4 +21,4 @@ description: 'Ensure that C# types are documented with XML comments and follow b - Use `` to reference type parameters in documentation. - Use `` for inline code snippets. - Use `` for code blocks. -- Use `` for languange specific keywords like `null`, `true`, `false`, `int`, `bool`, etc. +- Use `` for language specific keywords like `null`, `true`, `false`, `int`, `bool`, etc.