Skip to content

Commit

Permalink
Merge pull request #11301 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
7/25/2024 PM Publish
  • Loading branch information
Taojunshen authored Jul 25, 2024
2 parents fcf86d5 + 05f7e90 commit 095ebee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/docs-conceptual/learn/ps101/04-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Select-Object -Property DisplayName, Running, Status |
Where-Object CanPauseAndContinue
```

The command in the previous example doesn't return any results because the **CanStopAndContinue**
The command in the previous example doesn't return any results because the **CanPauseAndContinue**
property doesn't exist when the results of `Select-Object` are piped to `Where-Object`. That
particular property wasn't "selected". In essence, it was filtered out. Reversing the order of
`Select-Object` and `Where-Object` produces the desired results.
Expand Down

0 comments on commit 095ebee

Please sign in to comment.