Skip to content

Commit 601bc97

Browse files
committed
Consistent kilobyte unit in comments
1 parent 076b2ca commit 601bc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Terminal.Gui/Text/TextFormatter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2444,7 +2444,7 @@ public static string RemoveHotKeySpecifier (string text, int hotPos, Rune hotKey
24442444
return text;
24452445
}
24462446

2447-
const int maxStackallocCharBufferSize = 512; // ~1 kiB
2447+
const int maxStackallocCharBufferSize = 512; // ~1 kB
24482448
char[]? rentedBufferArray = null;
24492449
try
24502450
{

0 commit comments

Comments
 (0)