Fix grammar

This commit is contained in:
intrigus-lgtm
2023-02-22 00:42:50 +01:00
committed by GitHub
parent ad8d9c5b91
commit 540d3a3a99

View File

@@ -413,7 +413,7 @@ class RefType extends Type, Annotatable, Modifiable, @reftype {
/**
* Gets a direct or indirect supertype of this type.
* This does not including itself, unless this type is part of a cycle
* This does not include itself, unless this type is part of a cycle
* in the type hierarchy.
*/
RefType getAStrictAncestor() { result = this.getASupertype().getAnAncestor() }