Skip to content

Commit db6cd18

Browse files
owen-mcsmowton
andauthored
Accept suggested QLDoc fix
Co-authored-by: Chris Smowton <[email protected]>
1 parent b7a5252 commit db6cd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/xml/AndroidManifest.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class AndroidManifestXmlFile extends XmlFile {
2525
predicate isInBuildDirectory() { this.getFile().getRelativePath().matches("%build%") }
2626

2727
/**
28-
* Holds if `amxf` defines at least one activity, service or contest provider,
28+
* Holds if this file defines at least one activity, service or contest provider,
2929
* and so it corresponds to an android application rather than a library.
3030
*/
3131
predicate definesAndroidApplication() {

0 commit comments

Comments
 (0)