Skip to content

Commit

Permalink
Apply suggestions from review
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltlombardi committed Jul 11, 2024
1 parent 3c4e766 commit b1bfa7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ The following example shows how to select all odd numbers from the array.
The next example shows how to select all non-empty strings.

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

```Output
Expand Down

0 comments on commit b1bfa7c

Please sign in to comment.