fix typo repository->registry

pull/26/head
vaikas-google 9 years ago
parent fdcc17bbe2
commit 6502b5014d

@ -38,7 +38,7 @@ type Type struct {
// Registry abstracts type interactions. // Registry abstracts type interactions.
type Registry interface { type Registry interface {
// List all the types in the given repository // List all the types in the given registry
List() ([]Type, error) List() ([]Type, error)
// Get the download URL for a given type and version // Get the download URL for a given type and version
GetURL(t Type) (string, error) GetURL(t Type) (string, error)

Loading…
Cancel
Save