Skip to content

Commit 18a74a2

Browse files
author
Max Schaefer
authored
Merge pull request #255 from Semmle/js/typo-in-query-help
JavaScript: Fix typo in query help.
2 parents b35f450 + 1ab943c commit 18a74a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Expressions/ImplicitOperandConversion.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ property of the name stored in variable <code>member</code>:
3939

4040
<p>
4141
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
42+
tightly than <code>in</code>, so it is applied first. Applying <code>!</code> to a
4343
non-empty string yields <code>false</code>, so the <code>in</code> operator actually
4444
ends up checking whether <code>obj</code> contains a property called <code>"false"</code>.
4545
</p>

0 commit comments

Comments
 (0)