diff --git a/plugins/reporters/static-html/src/main/kotlin/TablesReport.kt b/plugins/reporters/static-html/src/main/kotlin/TablesReport.kt
index 1dfbe7d063f42..c16def7615512 100644
--- a/plugins/reporters/static-html/src/main/kotlin/TablesReport.kt
+++ b/plugins/reporters/static-html/src/main/kotlin/TablesReport.kt
@@ -93,7 +93,7 @@ internal data class IssueTable(
data class Row(
/**
- * All analyzer issues related to this package, grouped by the [Identifier] of the [Project] they appear in.
+ * The issue of this row represents of the given [type][type].
*/
val issue: TablesReportIssue,