Fix: WC Output

This commit is contained in:
2026-02-28 00:30:31 +01:00
committed by Konstantin Hintermayer
parent 1f38008509
commit bd5bb446b3

View File

@@ -61,7 +61,7 @@ func main() {
}
count := countWords(content)
counts = append(counts, fmt.Sprintf("#### Review for `%s`\n\n%s", file.Filename, count))
counts = append(counts, fmt.Sprintf("#### Word count for `%s`\n\nWord count: %d", file.Filename, count))
}
if len(counts) > 0 {