Sfoglia il codice sorgente

Consistent kilobyte unit in comments

Tonttu 4 mesi fa
parent
commit
9735d8c584
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Terminal.Gui/Text/TextFormatter.cs

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

@@ -2444,7 +2444,7 @@ public class TextFormatter
             return text;
             return text;
         }
         }
 
 
-        const int maxStackallocCharBufferSize = 512; // ~1 kiB
+        const int maxStackallocCharBufferSize = 512; // ~1 kB
         char[]? rentedBufferArray = null;
         char[]? rentedBufferArray = null;
         try
         try
         {
         {