From 02f8e64fd4a1364bd56e5196e571dab3ce385f27 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Wed, 1 Oct 2025 12:00:24 +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 5835361..2308fa7 100644 --- a/prompts/csharp-docs.prompt.md +++ b/prompts/csharp-docs.prompt.md @@ -51,7 +51,7 @@ description: 'Ensure that C# types are documented with XML comments and follow b - "Gets [or sets] a value that indicates whether..." for properties that return a Boolean value. - Use `` to describe the value of the property. - The description should be a noun phrase that doesn't specify the data type. - - If the property has a default value, add it in a separate sentence, for example, "The default is ``". + - If the property has a default value, add it in a separate sentence, for example, "The default is ``". - If the value type is Boolean, the wording should be of the form "`` if ...; otherwise, ``. The default is ...". ## Exceptions