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.
explosed
exposed
1 parent 358b0a4 commit deb7c17Copy full SHA for deb7c17
src/libraries/System.Private.CoreLib/src/System/Buffer.cs
@@ -62,7 +62,7 @@ public static int ByteLength(Array array)
62
63
nuint byteLength = array.NativeLength * (nuint)array.GetElementSize();
64
65
- // This API is explosed both as Buffer.ByteLength and also used indirectly in argument
+ // This API is exposed both as Buffer.ByteLength and also used indirectly in argument
66
// checks for Buffer.GetByte/SetByte.
67
//
68
// If somebody called Get/SetByte on 2GB+ arrays, there is a decent chance that
0 commit comments