Skip to content

Commit 7cef9d4

Browse files
authored
Fix grammar error (#11298)
1 parent bff892c commit 7cef9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Runtime.CompilerServices/Unsafe.xml

+1-1
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)