Skip to content

Commit deb7c17

Browse files
author
ophura
authored
explosed -> exposed (#101836)
1 parent 358b0a4 commit deb7c17

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/System.Private.CoreLib/src/System

1 file changed

+1
-1
lines changed

src/libraries/System.Private.CoreLib/src/System/Buffer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static int ByteLength(Array array)
6262

6363
nuint byteLength = array.NativeLength * (nuint)array.GetElementSize();
6464

65-
// This API is explosed both as Buffer.ByteLength and also used indirectly in argument
65+
// This API is exposed both as Buffer.ByteLength and also used indirectly in argument
6666
// checks for Buffer.GetByte/SetByte.
6767
//
6868
// If somebody called Get/SetByte on 2GB+ arrays, there is a decent chance that

0 commit comments

Comments
 (0)