Skip to content

Commit

Permalink
Fix typo in comment (gomods#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptonist authored and marpio committed Oct 1, 2018
1 parent e5b3073 commit 7ee25d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/download/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7ee25d5

Please sign in to comment.