Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions reference/5.1/Microsoft.PowerShell.Core/About/about_Arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ $intA

### ForEach()

Allows to iterate over all elements in the array and perform a given operation
for each element of the array.
Allows you to iterate over all elements in the array and perform a given
operation for each element of the array.

The `ForEach()` method has several overloads that perform different operations.

Expand Down Expand Up @@ -667,10 +667,10 @@ to accept them.

### Where()

Allows to filter or select the elements of the array. The script must evaluate
to anything different than: zero (0), empty string, `$false` or `$null` for the
element to show after the `Where()`. For more information about boolean
evaluation, see [about_Booleans][04].
Allows you to filter or select the elements of the array. The script must
evaluate to anything different than: zero (0), empty string, `$false` or
`$null` for the element to show after the `Where()`. For more information about
boolean evaluation, see [about_Booleans][04].

There is one definition for the `Where()` method.

Expand Down
12 changes: 6 additions & 6 deletions reference/7.4/Microsoft.PowerShell.Core/About/about_Arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ $intA

### ForEach()

Allows to iterate over all elements in the array and perform a given operation
for each element of the array.
Allows you to iterate over all elements in the array and perform a given
operation for each element of the array.

The `ForEach()` method has several overloads that perform different operations.

Expand Down Expand Up @@ -667,10 +667,10 @@ to accept them.

### Where()

Allows to filter or select the elements of the array. The script must evaluate
to anything different than: zero (0), empty string, `$false` or `$null` for the
element to show after the `Where()`. For more information about boolean
evaluation, see [about_Booleans][04].
Allows you to filter or select the elements of the array. The script must
evaluate to anything different than: zero (0), empty string, `$false` or
`$null` for the element to show after the `Where()`. For more information about
boolean evaluation, see [about_Booleans][04].

There is one definition for the `Where()` method.

Expand Down
12 changes: 6 additions & 6 deletions reference/7.5/Microsoft.PowerShell.Core/About/about_Arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ $intA

### ForEach()

Allows to iterate over all elements in the array and perform a given operation
for each element of the array.
Allows you to iterate over all elements in the array and perform a given
operation for each element of the array.

The `ForEach()` method has several overloads that perform different operations.

Expand Down Expand Up @@ -667,10 +667,10 @@ to accept them.

### Where()

Allows to filter or select the elements of the array. The script must evaluate
to anything different than: zero (0), empty string, `$false` or `$null` for the
element to show after the `Where()`. For more information about boolean
evaluation, see [about_Booleans][04].
Allows you to filter or select the elements of the array. The script must
evaluate to anything different than: zero (0), empty string, `$false` or
`$null` for the element to show after the `Where()`. For more information about
boolean evaluation, see [about_Booleans][04].

There is one definition for the `Where()` method.

Expand Down
12 changes: 6 additions & 6 deletions reference/7.6/Microsoft.PowerShell.Core/About/about_Arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ $intA

### ForEach()

Allows to iterate over all elements in the array and perform a given operation
for each element of the array.
Allows you to iterate over all elements in the array and perform a given
operation for each element of the array.

The `ForEach()` method has several overloads that perform different operations.

Expand Down Expand Up @@ -674,10 +674,10 @@ to accept them.

### Where()

Allows to filter or select the elements of the array. The script must evaluate
to anything different than: zero (0), empty string, `$false` or `$null` for the
element to show after the `Where()`. For more information about boolean
evaluation, see [about_Booleans][04].
Allows you to filter or select the elements of the array. The script must
evaluate to anything different than: zero (0), empty string, `$false` or
`$null` for the element to show after the `Where()`. For more information about
boolean evaluation, see [about_Booleans][04].

There is one definition for the `Where()` method.

Expand Down
12 changes: 6 additions & 6 deletions reference/7.7/Microsoft.PowerShell.Core/About/about_Arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ $intA

### ForEach()

Allows to iterate over all elements in the array and perform a given operation
for each element of the array.
Allows you to iterate over all elements in the array and perform a given
operation for each element of the array.

The `ForEach()` method has several overloads that perform different operations.

Expand Down Expand Up @@ -674,10 +674,10 @@ to accept them.

### Where()

Allows to filter or select the elements of the array. The script must evaluate
to anything different than: zero (0), empty string, `$false` or `$null` for the
element to show after the `Where()`. For more information about boolean
evaluation, see [about_Booleans][04].
Allows you to filter or select the elements of the array. The script must
evaluate to anything different than: zero (0), empty string, `$false` or
`$null` for the element to show after the `Where()`. For more information about
boolean evaluation, see [about_Booleans][04].

There is one definition for the `Where()` method.

Expand Down