Skip to content

Commit

Permalink
fix final build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BillWagner committed Oct 24, 2024
1 parent cddb328 commit 4822956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ Specifies that a given method never returns if the associated `bool` parameter h
> }
>
> private bool isInitialized = false;
> private object _field;
> private object _field = default!;
> }
> ```
>
Expand Down

0 comments on commit 4822956

Please sign in to comment.