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.