From e30b801289139663a651b2865cd53e6be5d9d8ca Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Wed, 2 Jul 2025 20:40:53 +1000 Subject: [PATCH] fixing grammar --- 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 6f82916..39b672a 100644 --- a/prompts/csharp-docs.prompt.md +++ b/prompts/csharp-docs.prompt.md @@ -12,7 +12,7 @@ description: "Ensure that C# types are documented with XML comments and follow b - Use `` for method parameters. - Use `` for method return values. - Use `` for additional information, which can include implementation details, usage notes, or any other relevant context. -- Use `` for usage examples on how to use the the member. +- Use `` for usage examples on how to use the member. - Use `` to document exceptions thrown by methods. - Use `` and `` for references to other types or members. - Use `` to inherit documentation from base classes or interfaces.