Skip to content

Commit d3cae42

Browse files
authored
Fix typo (#45490)
It's `add`, not `get`.
1 parent 20bbcbf commit d3cae42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/whats-new/csharp-14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Partial constructors and partial events must include exactly one *defining decla
9797

9898
Only the implementing declaration of a partial constructor can include a constructor initializer: `this()` or `base()`. Only one partial type declaration can include the primary constructor syntax.
9999

100-
The implementing declaration of a partial event must include `get` and `remove` accessors. The defining declaration declares a field-like event.
100+
The implementing declaration of a partial event must include `add` and `remove` accessors. The defining declaration declares a field-like event.
101101

102102
## See also
103103

0 commit comments

Comments
 (0)