Skip to content

Commit b28f1a5

Browse files
authored
Merge pull request github#12273 from intrigus-lgtm/patch-8
Fix grammar
2 parents ad8d9c5 + 540d3a3 commit b28f1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/Type.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ class RefType extends Type, Annotatable, Modifiable, @reftype {
413413

414414
/**
415415
* Gets a direct or indirect supertype of this type.
416-
* This does not including itself, unless this type is part of a cycle
416+
* This does not include itself, unless this type is part of a cycle
417417
* in the type hierarchy.
418418
*/
419419
RefType getAStrictAncestor() { result = this.getASupertype().getAnAncestor() }

0 commit comments

Comments
 (0)