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 fd36202 commit 8d8bdecCopy full SHA for 8d8bdec
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