diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Arrays.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Arrays.md index e6de0b72bfd..213fbf29651 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Arrays.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Arrays.md @@ -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. @@ -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. diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Arrays.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Arrays.md index 363d553eeef..74c5e78643b 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Arrays.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Arrays.md @@ -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. @@ -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. diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Arrays.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Arrays.md index e8e37855029..19decf5b9dd 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Arrays.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Arrays.md @@ -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. @@ -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. diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_Arrays.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Arrays.md index e03a604f9df..a4ae4f83be7 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Arrays.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Arrays.md @@ -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. @@ -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. diff --git a/reference/7.7/Microsoft.PowerShell.Core/About/about_Arrays.md b/reference/7.7/Microsoft.PowerShell.Core/About/about_Arrays.md index a5db8306aad..d88fc6a01e4 100644 --- a/reference/7.7/Microsoft.PowerShell.Core/About/about_Arrays.md +++ b/reference/7.7/Microsoft.PowerShell.Core/About/about_Arrays.md @@ -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. @@ -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.