Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb775e3

Browse files
committed
JS: reapply review fixes
1 parent cf3dfca commit bb775e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

javascript/ql/src/semmle/javascript/StringOps.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module StringOps {
2020
abstract DataFlow::Node getSubstring();
2121

2222
/**
23-
* Gets the polarity if the check.
23+
* Gets the polarity of the check.
2424
*
2525
* If the polarity is `false` the check returns `true` if the string does not start
2626
* with the given substring.
@@ -192,7 +192,7 @@ module StringOps {
192192
abstract DataFlow::Node getSubstring();
193193

194194
/**
195-
* Gets the polarity if the check.
195+
* Gets the polarity of the check.
196196
*
197197
* If the polarity is `false` the check returns `true` if the string does not start
198198
* with the given substring.

0 commit comments

Comments
 (0)