Consistent kilobyte unit in comments

This commit is contained in:
Tonttu
2025-03-16 07:43:41 +02:00
committed by Tig
parent cf2645fa04
commit 9735d8c584

View File

@@ -2444,7 +2444,7 @@ public class TextFormatter
return text;
}
const int maxStackallocCharBufferSize = 512; // ~1 kiB
const int maxStackallocCharBufferSize = 512; // ~1 kB
char[]? rentedBufferArray = null;
try
{