Add missing "a" to a qldoc comment

Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
Ian Lynagh
2023-07-12 11:24:42 +01:00
committed by GitHub
parent 6dedd9286c
commit 75c835c9d2

View File

@@ -710,7 +710,7 @@ class Class extends ClassOrInterface {
}
/**
* Holds if this class is Kotlin "file class", e.g. the class FooKt
* Holds if this class is a Kotlin "file class", e.g. the class FooKt
* for top-level entities in Foo.kt.
*/
predicate isFileClass() { file_class(this) }