From e8b6ccf8609fff45e6cc168aaa7e32f9e13cad48 Mon Sep 17 00:00:00 2001 From: Nikita Fedkin Date: Sat, 30 May 2026 11:23:36 +0200 Subject: [PATCH 1/2] =?UTF-8?q?fix(docs):=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D1=82=D1=8C=20=D0=BE=D0=BF=D0=B5=D1=87=D0=B0=D1=82?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=B2=20xml-doc=20=D0=BA=D0=BE=D0=BC=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D1=8F=D1=85=20StandardLibr?= =?UTF-8?q?ary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - SystemEnvironmentContext.KernelName: «Имя ядра ОС/» → «Имя ядра ОС» (лишний завершающий слеш). - XSIdentityConstraintCategory.Unique: «по опредению» → «по определению». Опечатки попадают в синтакс-помощник через OneScriptDocumenter. Co-Authored-By: Claude Opus 4.8 --- src/OneScript.StandardLibrary/SystemEnvironmentContext.cs | 2 +- .../XMLSchema/Enumerations/XSIdentityConstraintCategory.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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")] From 4bc8829ae4deb8a0808ae62020dd5fcd8d803b4d Mon Sep 17 00:00:00 2001 From: Nikita Fedkin Date: Sat, 30 May 2026 11:47:53 +0200 Subject: [PATCH 2/2] =?UTF-8?q?fix(docs):=20=D0=BE=D0=BF=D0=B5=D1=87=D0=B0?= =?UTF-8?q?=D1=82=D0=BA=D0=B0=20=D0=B2=20xml-doc=20ConsoleContext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit «низкоуровнего» → «низкоуровневого». Co-Authored-By: Claude Opus 4.8 --- src/OneScript.StandardLibrary/Text/ConsoleContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. Стоит учитывать, что обработчик вызывается