Skip to content

Commit 60c27ac

Browse files
authored
Copy change from docs PR#143 (#1910)
1 parent 76e1bbf commit 60c27ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Rules/PossibleIncorrectComparisonWithNull.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This is how the comparison operator works by-design. But, as demonstrated, this
6666
to non-intuitive behavior, especially when the intent is simple test for null.
6767

6868
The following example demonstrates the designed behavior of the comparison operator when the
69-
left-hand side is a collection. Each element in the collection is compared the right-hand side
69+
left-hand side is a collection. Each element in the collection is compared to the right-hand side
7070
value. When true, that element of the collection is returned.
7171

7272
```powershell

0 commit comments

Comments
 (0)