fix: typos

TOO many typos
This commit is contained in:
2026-03-11 12:46:21 +03:00
parent 4bf23c6993
commit 821144a691
22 changed files with 165 additions and 165 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ public static class ControlValueHelper
{ typeof(ushort ), (obj, _) => Parse<ushort>(obj, ushort.TryParse) },
{ typeof(uint ), (obj, _) => Parse<uint >(obj, uint .TryParse) },
{ typeof(int ), ParseInt },
// int - особый случай потому что он может использовать ControlId.Enumerators для прообразования стокового "enum" в значение
// int - особый случай потому что он может использовать ControlId.Enumerators для преобразования строкового "enum" в значение
{ typeof(Rectangle), ParseRectangle },
{ typeof(Size ), ParseSize },
{ typeof(Point ), ParsePoint }