Skip to content

Commit 6200d65

Browse files
Update about_Comparison_Operators.md (#10307)
* Update about_Comparison_Operators.md improve readability * sync changes to other versions --------- Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com>
1 parent 73606f1 commit 6200d65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ zzz
131131
```
132132

133133
The equality operator can compare objects of different types. It's important to
134-
understand that the value is on the right-hand side of the comparison can be
134+
understand that the value on the right-hand side of the comparison can be
135135
converted to the type of the left-hand side value for comparison.
136136

137137
For example, the string `'1.0'` is converted to an integer to be compared to

reference/7.2/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ zzz
131131
```
132132

133133
The equality operator can compare objects of different types. It's important to
134-
understand that the value is on the right-hand side of the comparison can be
134+
understand that the value on the right-hand side of the comparison can be
135135
converted to the type of the left-hand side value for comparison.
136136

137137
For example, the string `'1.0'` is converted to an integer to be compared to

reference/7.3/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ zzz
131131
```
132132

133133
The equality operator can compare objects of different types. It's important to
134-
understand that the value is on the right-hand side of the comparison can be
134+
understand that the value on the right-hand side of the comparison can be
135135
converted to the type of the left-hand side value for comparison.
136136

137137
For example, the string `'1.0'` is converted to an integer to be compared to

reference/7.4/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ zzz
131131
```
132132

133133
The equality operator can compare objects of different types. It's important to
134-
understand that the value is on the right-hand side of the comparison can be
134+
understand that the value on the right-hand side of the comparison can be
135135
converted to the type of the left-hand side value for comparison.
136136

137137
For example, the string `'1.0'` is converted to an integer to be compared to

0 commit comments

Comments
 (0)