JS: reapply review fixes

This commit is contained in:
Asger F
2019-01-23 10:42:03 +00:00
parent cf3dfcae21
commit bb775e3343

View File

@@ -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.