We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffdf3b commit 1ab943cCopy full SHA for 1ab943c
javascript/ql/src/Expressions/ImplicitOperandConversion.qhelp
@@ -39,7 +39,7 @@ property of the name stored in variable <code>member</code>:
39
40
<p>
41
However, this test is ineffective as written: the operator <code>!</code> binds more
42
-tighly than <code>in</code>, so it is applied first. Applying <code>!</code> to a
+tightly than <code>in</code>, so it is applied first. Applying <code>!</code> to a
43
non-empty string yields <code>false</code>, so the <code>in</code> operator actually
44
ends up checking whether <code>obj</code> contains a property called <code>"false"</code>.
45
</p>
0 commit comments