We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e1bbf commit 60c27acCopy full SHA for 60c27ac
docs/Rules/PossibleIncorrectComparisonWithNull.md
@@ -66,7 +66,7 @@ This is how the comparison operator works by-design. But, as demonstrated, this
66
to non-intuitive behavior, especially when the intent is simple test for null.
67
68
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
+left-hand side is a collection. Each element in the collection is compared to the right-hand side
70
value. When true, that element of the collection is returned.
71
72
```powershell
0 commit comments