We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff892c commit 7cef9d4Copy full SHA for 7cef9d4
xml/System.Runtime.CompilerServices/Unsafe.xml
@@ -2415,7 +2415,7 @@ public static MyUnionStruct MyMethod() {
2415
}
2416
```
2417
2418
-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.
2419
2420
```csharp
2421
using System.Runtime.CompilerServices;
0 commit comments