mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
JS: reapply review fixes
This commit is contained in:
@@ -20,7 +20,7 @@ module StringOps {
|
||||
abstract DataFlow::Node getSubstring();
|
||||
|
||||
/**
|
||||
* Gets the polarity if the check.
|
||||
* Gets the polarity of the check.
|
||||
*
|
||||
* If the polarity is `false` the check returns `true` if the string does not start
|
||||
* with the given substring.
|
||||
@@ -192,7 +192,7 @@ module StringOps {
|
||||
abstract DataFlow::Node getSubstring();
|
||||
|
||||
/**
|
||||
* Gets the polarity if the check.
|
||||
* Gets the polarity of the check.
|
||||
*
|
||||
* If the polarity is `false` the check returns `true` if the string does not start
|
||||
* with the given substring.
|
||||
|
||||
Reference in New Issue
Block a user