Skip to content

Commit f08fdc2

Browse files
Merge pull request #11306 from dotnet/main
Merge main into live
2 parents 645bd26 + 7cef9d4 commit f08fdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Runtime.CompilerServices/Unsafe.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2415,7 +2415,7 @@ public static MyUnionStruct MyMethod() {
24152415
}
24162416
```
24172417
2418-
If you want to avoid the initial zero-initialization, you can call the `SkipInit` method can be used to suppress the compiler warning.
2418+
If you want to avoid the initial zero-initialization, you can call the `SkipInit` method to suppress the compiler warning.
24192419
24202420
```csharp
24212421
using System.Runtime.CompilerServices;

0 commit comments

Comments
 (0)