Преглед на файлове

Consistent kilobyte unit in comments

Tonttu преди 5 месеца
родител
ревизия
0bf9f4af8d
променени са 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
         {