Răsfoiți Sursa

Consistent kilobyte unit in comments

Tonttu 4 luni în urmă
părinte
comite
9735d8c584
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
         {