Skip to content

Commit 75c835c

Browse files
igfoointrigus-lgtm
andauthored
Add missing "a" to a qldoc comment
Co-authored-by: intrigus-lgtm <[email protected]>
1 parent 6dedd92 commit 75c835c

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
@@ -710,7 +710,7 @@ class Class extends ClassOrInterface {
710710
}
711711

712712
/**
713-
* Holds if this class is Kotlin "file class", e.g. the class FooKt
713+
* Holds if this class is a Kotlin "file class", e.g. the class FooKt
714714
* for top-level entities in Foo.kt.
715715
*/
716716
predicate isFileClass() { file_class(this) }

0 commit comments

Comments
 (0)