mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
JS: Nit: Fix typo in QLDoc
This commit is contained in:
@@ -59,7 +59,7 @@ module DomBasedXss {
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if `prefix` is a prefix of `htmlString`, which may be intepreted as
|
||||
* Holds if `prefix` is a prefix of `htmlString`, which may be interpreted as
|
||||
* HTML by a jQuery method.
|
||||
*/
|
||||
predicate isPrefixOfJQueryHtmlString(DataFlow::Node htmlString, DataFlow::Node prefix) {
|
||||
@@ -67,7 +67,7 @@ module DomBasedXss {
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if `prefix` is a prefix of `htmlString`, which may be intepreted as
|
||||
* Holds if `prefix` is a prefix of `htmlString`, which may be interpreted as
|
||||
* HTML by a jQuery method.
|
||||
*/
|
||||
private DataFlow::Node getAPrefixOfJQuerySelectorString(DataFlow::Node htmlString) {
|
||||
|
||||
Reference in New Issue
Block a user