diff --git a/standard/attributes.md b/standard/attributes.md index 545bc3090..cc3f57214 100644 --- a/standard/attributes.md +++ b/standard/attributes.md @@ -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!; > } > ``` >