Skip to content

Commit

Permalink
Merge pull request #133 from fiala-sns/patch-1
Browse files Browse the repository at this point in the history
Update Get-PSUnique.md typo
  • Loading branch information
jdhitsolutions authored Sep 15, 2022
2 parents e92bb07 + a1e0fa5 commit c6563a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Get-PSUnique.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Get-PSUnique [-InputObject] <Object> [<CommonParameters>]

You can use this command to filter for truly unique objects. That is, every property on every object is considered unique. Most things in PowerShell are already guaranteed to be unique, but you might import data from a CSV file with duplicate entries. Get-PSUnique can help filter.

This command works best with simple objects. Objects with nested objects as properties may not be properly deteted.
This command works best with simple objects. Objects with nested objects as properties may not be properly detected.

## EXAMPLES

Expand Down

0 comments on commit c6563a3

Please sign in to comment.