Skip to content

Commit eb7216b

Browse files
authored
Fix grammar error
1 parent 70d1a85 commit eb7216b

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
@@ -2410,7 +2410,7 @@ public static MyUnionStruct MyMethod() {
24102410
}
24112411
```
24122412
2413-
If you want to avoid the initial zero-initialization, you can call the `SkipInit` method can be used to suppress the compiler warning.
2413+
If you want to avoid the initial zero-initialization, you can call the `SkipInit` method to suppress the compiler warning.
24142414
24152415
```csharp
24162416
using System.Runtime.CompilerServices;

0 commit comments

Comments
 (0)