Skip to content

Commit

Permalink
explosed -> exposed (#101836)
Browse files Browse the repository at this point in the history
  • Loading branch information
ophura authored May 4, 2024
1 parent 358b0a4 commit deb7c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/System.Private.CoreLib/src/System/Buffer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static int ByteLength(Array array)

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

// 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
// checks for Buffer.GetByte/SetByte.
//
// If somebody called Get/SetByte on 2GB+ arrays, there is a decent chance that
Expand Down

0 comments on commit deb7c17

Please sign in to comment.