diff --git a/xml/System.Runtime.CompilerServices/Unsafe.xml b/xml/System.Runtime.CompilerServices/Unsafe.xml index 88c324546f0..3d2db9c30e2 100644 --- a/xml/System.Runtime.CompilerServices/Unsafe.xml +++ b/xml/System.Runtime.CompilerServices/Unsafe.xml @@ -2415,7 +2415,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;