Fix DB relation names to use plurals

This commit is contained in:
Tamas Vajk
2021-09-23 11:29:05 +02:00
committed by Ian Lynagh
parent bf4fb13326
commit 5aac46f20f
4 changed files with 5 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ class CommentExtractor(private val fileExtractor: KotlinFileExtractor) {
continue
}
tw.writeKtCommentOwner(commentLabel, existingLabel)
tw.writeKtCommentOwners(commentLabel, existingLabel)
}
}