docs: fix duplicated words in host_stub_visibility and permutation_iterator comments#8980
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughSummary by CodeRabbit
suggestion: ## Walkthrough Two trivial documentation corrections: a duplicated word "the the" becomes "the" in host stub visibility documentation, and a duplicate word is removed from the suggestion: ## Changes Documentation and Comment Typo Corrections
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: aab3e1a6-0d93-4587-a9ed-f4d5ea838f6c
📒 Files selected for processing (2)
docs/cccl/development/visibility/host_stub_visibility.rstlibcudacxx/include/cuda/__iterator/permutation_iterator.h
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
/ok to test |
@Jacobfaib, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
|
/ok to test 2f95666 |
This comment has been minimized.
This comment has been minimized.
|
@vip892766gma thanks for the fixes! |
🥳 CI Workflow Results🟩 Finished in 4h 53m: Pass: 100%/113 | Total: 1d 09h | Max: 54m 02s | Hits: 99%/327975See results here. |
Two one-line typo fixes for duplicated words:
docs/cccl/development/visibility/host_stub_visibility.rst— "but the the compiler" → "but the compiler"libcudacxx/include/cuda/__iterator/permutation_iterator.h— "The iterator to to index from" → "The iterator to index from"No code/behavior change.