We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d1a85 commit eb7216bCopy full SHA for eb7216b
xml/System.Runtime.CompilerServices/Unsafe.xml
@@ -2410,7 +2410,7 @@ public static MyUnionStruct MyMethod() {
2410
}
2411
```
2412
2413
-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.
2414
2415
```csharp
2416
using System.Runtime.CompilerServices;
0 commit comments