Skip to content

Commit 6a17501

Browse files
committed
fix
1 parent 3890f21 commit 6a17501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/testcoverage/badge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func generateAndSaveBadge(w io.Writer, cfg Config, totalCoverage int) error {
1919
buffer := &bytes.Buffer{}
2020
out := bufio.NewWriter(buffer)
2121

22-
// `out` writer is used as temporally buffer, which will be finally
22+
// `out` writer is used as temporary buffer, which will be finally
2323
// written to `w` in this defer call
2424
defer func() {
2525
out.Flush()

0 commit comments

Comments
 (0)