diff --git a/xml/System.Runtime.CompilerServices/Unsafe.xml b/xml/System.Runtime.CompilerServices/Unsafe.xml index c219ee8847c..0f2bcf56b4c 100644 --- a/xml/System.Runtime.CompilerServices/Unsafe.xml +++ b/xml/System.Runtime.CompilerServices/Unsafe.xml @@ -2410,7 +2410,7 @@ public static MyUnionStruct MyMethod() { } ``` -If you want to avoid the initial zero-initialization, you can call the `SkipInit` method can be used to suppress the compiler warning. +If you want to avoid the initial zero-initialization, you can call the `SkipInit` method to suppress the compiler warning. ```csharp using System.Runtime.CompilerServices;