Accept suggested QLDoc fix

Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
Owen Mansel-Chan
2024-07-16 12:24:42 +01:00
committed by GitHub
parent b7a5252cb0
commit db6cd1877c

View File

@@ -25,7 +25,7 @@ class AndroidManifestXmlFile extends XmlFile {
predicate isInBuildDirectory() { this.getFile().getRelativePath().matches("%build%") }
/**
* Holds if `amxf` defines at least one activity, service or contest provider,
* Holds if this file defines at least one activity, service or contest provider,
* and so it corresponds to an android application rather than a library.
*/
predicate definesAndroidApplication() {