Skip to content

Commit 8e2b178

Browse files
CopilotBillWagner
andauthored
Fix incorrect comment label in partial property snippet (dotnet#53652)
* Initial plan * Fix incorrect comment in FieldProperty snippet: Defining → Implementing declaration Agent-Logs-Url: https://github.com/dotnet/docs/sessions/41c6c349-354f-4a06-8391-a7522dfa30a4 Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
1 parent fdf046f commit 8e2b178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/csharp/programming-guide/classes-and-structs/snippets/partial-classes-and-methods

docs/csharp/programming-guide/classes-and-structs/snippets/partial-classes-and-methods/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public partial class PropertyBag
179179
// In file2.cs
180180
public partial class PropertyBag
181181
{
182-
// Defining declaration
182+
// Implementing declaration
183183
public partial int MyProperty { get => field; set; }
184184
}
185185

0 commit comments

Comments
 (0)