-
Notifications
You must be signed in to change notification settings - Fork 967
Break statement documentation fix #4910
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
Break statement documentation fix #4910
Conversation
@Omcsesz : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit 239b288: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Can you review the proposed changes? When the changes are ready for publication, add a #label:"aq-pr-triaged" |
While we are here, added missing code escape. Made the output match what you'll actually see.
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.
Thank you for taking the time to fix this!
I did some housecleaning that we typically do when we touch old files.
I also made the output match exactly what someone will see so they don't have to interpret the "in each case" thing because that's not the pattern we typically use.
Learn Build status updates of commit e5d8e71: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit e224147: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@Omcsesz - looks like the system needs you to complete the instructions in this comment: #4910 (comment) before we can proceed. thanks. cc: @TylerMSFT |
Learn Build status updates of commit e224147: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@microsoft-github-policy-service agree |
Thanks, @Omcsesz . |
fixes #2254