-
Notifications
You must be signed in to change notification settings - Fork 979
Fix typo: cancelation -> cancellation #5837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@changeworld : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 186f736: ✅ Validation status: passed
For more details, please refer to the build report. |
PRMerger Results
|
TylerMSFT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Someone seems convinced about the other spelling ;-) Thanks for fixing it.
|
#sign-off |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR corrects spelling errors related to cancellation terminology in the Concurrency Runtime documentation. The term "cancelation" has been corrected to "cancellation" throughout the documentation and code comments.
- Standardized spelling of "cancellation" across documentation and code comments
- Updated 5 files to use the correct spelling consistently
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/parallel/concrt/task-parallelism-concurrency-runtime.md | Corrected "cancelation" to "cancellation" in documentation text |
| docs/parallel/concrt/codesnippet/CPP/cancellation-in-the-ppl_6.cpp | Corrected spelling in code comment |
| docs/parallel/concrt/codesnippet/CPP/cancellation-in-the-ppl_14.cpp | Corrected spelling in code comment |
| docs/parallel/concrt/codesnippet/CPP/cancellation-in-the-ppl_12.cpp | Corrected spelling in code comment |
| docs/parallel/concrt/cancellation-in-the-ppl.md | Corrected "cancelation" to "cancellation" in documentation text |
No description provided.