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.
2 parents 645bd26 + 7cef9d4 commit f08fdc2Copy full SHA for f08fdc2
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