JS/Python/Ruby: s/a HTML/an HTML/

This commit is contained in:
Nick Rolfe
2022-09-30 10:31:45 +01:00
parent 9b03e1c0b1
commit ed74e0aad1
16 changed files with 62 additions and 62 deletions

View File

@@ -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].*") }