Skip to content

Commit f5cfcb0

Browse files
committed
build warnings
1 parent f249f0d commit f5cfcb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/csharp/whats-new/tutorials/compound-assignment-operators.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: wiwagn
66
ms.service: dotnet-csharp
77
ms.topic: tutorial
88
ms.date: 09/15/2025
9-
ai-usage:ai-assisted
9+
ai-usage: ai-assisted
1010
#customer intent: As a C# developer, I want implement user defined instance compound assignment operators so that my algorithms are more efficient.
1111
---
1212
# Tutorial: Create compound assignment operators
@@ -31,6 +31,7 @@ C# supports the existing expansion, but it uses it only when a compound user def
3131
In this tutorial, you:
3232

3333
> [!div class="checklist"]
34+
>
3435
> * Install prerequisites
3536
> * Analyze the starting sample
3637
> * Implement compound assignment operators

0 commit comments

Comments
 (0)