Skip to content

Commit 8c94583

Browse files
committed
fix: update comment
Signed-off-by: Junjie Gao <[email protected]>
1 parent 778dede commit 8c94583

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/io/limitedwriter.go

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import (
2121
"io"
2222
)
2323

24+
// ErrLimitExceeded is returned when the write limit is exceeded.
2425
var ErrLimitExceeded = errors.New("write limit exceeded")
2526

2627
// LimitedWriter is a writer that writes to an underlying writer up to a limit.

0 commit comments

Comments
 (0)