update class QLDoc to start with 'An'

This commit is contained in:
Jami Cogswell
2022-08-11 21:48:48 -04:00
parent fba9ffd49a
commit c5526ffef8

View File

@@ -2,7 +2,7 @@
private import semmle.code.xml.AndroidManifest
/** Represents an implicitly exported Android component */
/** An implicitly exported Android component */
class ImplicitlyExportedAndroidComponent extends AndroidComponentXmlElement {
ImplicitlyExportedAndroidComponent() {
not this.hasExportedAttribute() and