Skip to content

Commit 2d6649c

Browse files
BillWagnerCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 2c2bb77 commit 2d6649c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/whats-new/dotnet-10/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ C# 14 introduces several new features and enhancements to improve developer prod
5454
- Support for partial instance constructors and partial events, complementing partial methods and properties introduced in C# 13.
5555
- New `extension` blocks add support for static extension methods, and static and instance extension properties.
5656
- Null-conditional assignment using the `?.` operator.
57-
- User defined compound assignment operators like `+=` and `-=`.
58-
- User defined increment (`++`) and decrement (`--`) operators.
57+
- User-defined compound assignment operators like `+=` and `-=`.
58+
- User-defined increment (`++`) and decrement (`--`) operators.
5959

6060
For more information, see [What's new in C# 14](../../../csharp/whats-new/csharp-14.md).
6161

0 commit comments

Comments
 (0)