Skip to content

Commit e8b6ccf

Browse files
nixel2007claude
andcommitted
fix(docs): исправить опечатки в xml-doc комментариях StandardLibrary
- SystemEnvironmentContext.KernelName: «Имя ядра ОС/» → «Имя ядра ОС» (лишний завершающий слеш). - XSIdentityConstraintCategory.Unique: «по опредению» → «по определению». Опечатки попадают в синтакс-помощник через OneScriptDocumenter. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent d617881 commit e8b6ccf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/OneScript.StandardLibrary/SystemEnvironmentContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class SystemEnvironmentContext : AutoContext<SystemEnvironmentContext>
4949
public string FullCommandLine => Environment.CommandLine;
5050

5151
/// <summary>
52-
/// Имя ядра ОС/
52+
/// Имя ядра ОС
5353
/// </summary>
5454
[ContextProperty("ИмяЯдра", "KernelName")]
5555
public string KernelName => _osKernelName; // позволит различать linux/mac/hp-ux/sunos/...

src/OneScript.StandardLibrary/XMLSchema/Enumerations/XSIdentityConstraintCategory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public enum XSIdentityConstraintCategory
3333
KeyRef,
3434

3535
/// <summary>
36-
/// Ограничение идентичности по опредению уникальности
36+
/// Ограничение идентичности по определению уникальности
3737
/// </summary>
3838
/// <see cref="XmlSchemaUnique"/>
3939
[EnumValue("Уникальность", "Unique")]

0 commit comments

Comments
 (0)