Commit 6502b501 authored by vaikas-google's avatar vaikas-google

fix typo repository->registry

parent fdcc17bb
......@@ -38,7 +38,7 @@ type Type struct {
// Registry abstracts type interactions.
type Registry interface {
// List all the types in the given repository
// List all the types in the given registry
List() ([]Type, error)
// Get the download URL for a given type and version
GetURL(t Type) (string, error)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment