Fix typo in comment (#709)

This commit is contained in:
Aravind
2018-10-01 12:39:29 +05:30
committed by marpio
parent e5b307354c
commit 7ee25d59d6
+1 -1
View File
@@ -29,7 +29,7 @@ type Protocol interface {
Zip(ctx context.Context, mod, ver string) (io.ReadCloser, error)
}
// Wrapper helps extend the main stasher's functionality with addons.
// Wrapper helps extend the main protocol's functionality with addons.
type Wrapper func(Protocol) Protocol
// Opts specifies download protocol options to avoid long func signature.