mirror of
https://github.com/restic/restic.git
synced 2025-10-10 15:23:26 +00:00
Fix godoc comments.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user