fix(docs): исправить опечатки в xml-doc комментариях StandardLibrary#1691
fix(docs): исправить опечатки в xml-doc комментариях StandardLibrary#1691nixel2007 wants to merge 2 commits into
Conversation
- SystemEnvironmentContext.KernelName: «Имя ядра ОС/» → «Имя ядра ОС» (лишний завершающий слеш). - XSIdentityConstraintCategory.Unique: «по опредению» → «по определению». Опечатки попадают в синтакс-помощник через OneScriptDocumenter. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThree documentation-only edits in the OneScript StandardLibrary: spelling fix in ChangesDocumentation Corrections
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Fixes two typos in XML-doc comments in OneScript.StandardLibrary that surface in the syntax helper via OneScriptDocumenter.
Changes:
- Remove stray trailing slash in
SystemEnvironmentContext.KernelNamesummary. - Correct «опредению» → «определению» in
XSIdentityConstraintCategory.Uniquesummary.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/OneScript.StandardLibrary/SystemEnvironmentContext.cs | Removes erroneous trailing «/» in KernelName summary. |
| src/OneScript.StandardLibrary/XMLSchema/Enumerations/XSIdentityConstraintCategory.cs | Fixes spelling «опредению» → «определению». |
«низкоуровнего» → «низкоуровневого». Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ого) Та же правка отправлена в апстрим OneScript (PR EvilBeaver/OneScript#1691). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Мелкие опечатки в XML-doc комментариях
OneScript.StandardLibrary, которые попадают в синтакс-помощник черезOneScriptDocumenter:SystemEnvironmentContext.KernelName— «Имя ядра ОС/» → «Имя ядра ОС» (лишний завершающий слеш).XSIdentityConstraintCategory.Unique— «Ограничение идентичности по опредению уникальности» → «по определению».ConsoleContext— «низкоуровнего манипулирования» → «низкоуровневого».Только текст комментариев, логика не затронута.
Замечено при обновлении данных синтакс-помощника oscript в 1c-syntax/bsl-language-server#3976.
Summary by CodeRabbit