Fix: WC Output
All checks were successful
Word Count / count-words (pull_request) Successful in 34s

This commit is contained in:
2026-02-28 00:30:31 +01:00
parent ee667a1df7
commit b1ee047562

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 {