Skip to content

Commit 4753737

Browse files
committed
Minor.
1 parent 347094d commit 4753737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IKVM.CoreLib/Buffers/MemoryBufferWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public Span<T> GetSpan(int sizeHint = 0)
105105
/// </summary>
106106
/// <param name="sizeHint">The minimum number of items to ensure space for in <see cref="_memory"/>.</param>
107107
[MethodImpl(MethodImplOptions.AggressiveInlining)]
108-
private void ValidateSizeHint(int sizeHint)
108+
void ValidateSizeHint(int sizeHint)
109109
{
110110
if (sizeHint < 0)
111111
{

0 commit comments

Comments
 (0)