Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3dfca commit bb775e3Copy full SHA for bb775e3
1 file changed
javascript/ql/src/semmle/javascript/StringOps.qll
@@ -20,7 +20,7 @@ module StringOps {
20
abstract DataFlow::Node getSubstring();
21
22
/**
23
- * Gets the polarity if the check.
+ * Gets the polarity of the check.
24
*
25
* If the polarity is `false` the check returns `true` if the string does not start
26
* with the given substring.
@@ -192,7 +192,7 @@ module StringOps {
192
193
194
195
196
197
198
0 commit comments