From eb7216b728f6284a400f75f5320d898e5a29aea3 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 14 May 2025 08:58:30 -0700 Subject: [PATCH] Fix grammar error --- xml/System.Runtime.CompilerServices/Unsafe.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;