浏览代码

Consistent kilobyte unit in comments

Tonttu 4 月之前
父节点
当前提交
9735d8c584
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Terminal.Gui/Text/TextFormatter.cs

+ 1 - 1
Terminal.Gui/Text/TextFormatter.cs

@@ -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
         {