mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Consistent kilobyte unit in comments
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user