From 7cef9d467df496d54915d97eaa764d1fc4d8c07e Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 14 May 2025 12:05:19 -0700 Subject: [PATCH] Fix grammar error (#11298) --- 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 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;