Fix godoc comments.

This commit is contained in:
Martin Smith
2025-02-28 19:24:31 +00:00
parent ef692991a4
commit db8daeb192
5 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ type Limiter interface {
// for downloads.
Downstream(r io.Reader) io.Reader
// Downstream returns a rate limited reader that is intended to be used
// DownstreamWriter returns a rate limited reader that is intended to be used
// for downloads.
DownstreamWriter(r io.Writer) io.Writer