-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
9/26/2023 PM Publish #10465
Merged
Merged
9/26/2023 PM Publish #10465
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Explain how to use search scopes * Apply suggestions from review --------- Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
* (GH-10459) Reorganize grouping expression docs Prior to this change, the documentation for using grouped expressions in _about_Operators_ included two subheadings: 1. Grouping assignment statements 1. Piping grouped expressions However, it also defined a third use-case for grouping, which showed how to use the grouping operator to use the output of a command in an expression. This use case was documented before the subheadings and after a sentence indicating there's ways to use the grouping operator beyond overriding operator precedence. Further, the section for grouping assignment statements was very long compared to the other use-cases and placed in the middle, despite being less commonly used than the others. This change: - Adds a subheading for the first use case to make it equivalent to the others in the information hierarchy. - Moves the section for piping grouped expressions to before the section for grouping assignment statements. - Resolves #10459 - Fixes AB#163845 * Update reference/5.1/Microsoft.PowerShell.Core/About/about_Operators.md --------- Co-authored-by: Sean Wheeler <[email protected]>
Co-authored-by: Mike F. Robbins <[email protected]>
Taojunshen
requested review from
sdwheeler and
michaeltlombardi
as code owners
September 26, 2023 21:56
hassan20990
reviewed
Sep 27, 2023
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.
good
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Summary
PR Checklist