diff --git a/src/OneScript.StandardLibrary/SystemEnvironmentContext.cs b/src/OneScript.StandardLibrary/SystemEnvironmentContext.cs index c8505a210..86e7e1a3f 100644 --- a/src/OneScript.StandardLibrary/SystemEnvironmentContext.cs +++ b/src/OneScript.StandardLibrary/SystemEnvironmentContext.cs @@ -49,7 +49,7 @@ public class SystemEnvironmentContext : AutoContext public string FullCommandLine => Environment.CommandLine; /// - /// Имя ядра ОС/ + /// Имя ядра ОС /// [ContextProperty("ИмяЯдра", "KernelName")] public string KernelName => _osKernelName; // позволит различать linux/mac/hp-ux/sunos/... diff --git a/src/OneScript.StandardLibrary/Text/ConsoleContext.cs b/src/OneScript.StandardLibrary/Text/ConsoleContext.cs index ccc2dca56..2ebe5f7c3 100644 --- a/src/OneScript.StandardLibrary/Text/ConsoleContext.cs +++ b/src/OneScript.StandardLibrary/Text/ConsoleContext.cs @@ -19,7 +19,7 @@ namespace OneScript.StandardLibrary.Text { /// /// Класс представляет собой инструмент доступа к системной консоли. - /// Предназначен для низкоуровнего манипулирования выводом в консоль. + /// Предназначен для низкоуровневого манипулирования выводом в консоль. /// /// Поддерживается регистрация обработчика для нажатия Ctrl+C. /// Обработчик регистрируется для события с именем CancelKeyPressed. Стоит учитывать, что обработчик вызывается diff --git a/src/OneScript.StandardLibrary/XMLSchema/Enumerations/XSIdentityConstraintCategory.cs b/src/OneScript.StandardLibrary/XMLSchema/Enumerations/XSIdentityConstraintCategory.cs index 0a78b22e1..24019002a 100644 --- a/src/OneScript.StandardLibrary/XMLSchema/Enumerations/XSIdentityConstraintCategory.cs +++ b/src/OneScript.StandardLibrary/XMLSchema/Enumerations/XSIdentityConstraintCategory.cs @@ -33,7 +33,7 @@ public enum XSIdentityConstraintCategory KeyRef, /// - /// Ограничение идентичности по опредению уникальности + /// Ограничение идентичности по определению уникальности /// /// [EnumValue("Уникальность", "Unique")]