docs: remove stray zero-width-space characters from prose - #23793
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (13)
Included review availability: Your plan provides up to 4 included reviews per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThis documentation-only change removes invisible or variant whitespace characters from technical documentation and release notes. Visible wording, documented behavior, issue links, and functional code remain unchanged. ChangesDocumentation normalization
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change normalizes invisible whitespace in documentation and release notes without changing visible content or product behavior. No current merge-readiness risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
What is changed, added or deleted? (Required)
Removes stray zero-width-space (U+200B) characters embedded in prose across 13 files (37 occurrences total), found while investigating the same artifact in the
i18n-ja-release-8.5translation branch (see #23792).These characters are invisible in rendered output but present in the raw Markdown source, most commonly appearing as a doubled zero-width space between two words (e.g. "valuesof" reads visually as "values of" but has 2 hidden characters between them).
Scoped narrowly to files where the corresponding docs-cn content does not have the same characters (confirmed via the docs-cn GitHub API), to avoid touching content that might have a shared/intentional origin. 3 other files found with this same artifact (
dm/dm-binlog-event-filter.md,dm/dm-block-allow-table-lists.md,releases/release-6.0.0-dmr.md) were deliberately excluded from this PR since docs-cn has the identical characters there too — left for separate investigation.See #23792 for the original report and open question to maintainers about whether this is intentional.
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
AI agent involvement
Do your changes match any of the following descriptions?
Summary by CodeRabbit