Skip to content

Commit

Permalink
Fix typo and reword slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermooo authored and michaeltlombardi committed Jul 11, 2024
1 parent 8ab61f9 commit a857714
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ The following example shows how to select all odd numbers from the array.
9
```

This example show how to select the strings that aren't empty.
The next example shows how to select all non-empty strings.

```powershell
('hi', '', 'there').Where({$_.Length})
Expand Down

0 comments on commit a857714

Please sign in to comment.