mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
JS/Python/Ruby: s/a HTML/an HTML/
This commit is contained in:
@@ -70,7 +70,7 @@ class JsxElement extends JsxNode {
|
||||
override string getAPrimaryQlClass() { result = "JsxElement" }
|
||||
|
||||
/**
|
||||
* Holds if this JSX element is a HTML element.
|
||||
* Holds if this JSX element is an HTML element.
|
||||
* That is, the name starts with a lowercase letter.
|
||||
*/
|
||||
predicate isHtmlElement() { getName().regexpMatch("[a-z].*") }
|
||||
|
||||
Reference in New Issue
Block a user