Fix function description typo
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
90273ec801
commit
144ee29645
|
|
@ -63,7 +63,7 @@ type Store interface {
|
||||||
// Get returns the context with name, it returns an error if the context
|
// Get returns the context with name, it returns an error if the context
|
||||||
// doesn't exist
|
// doesn't exist
|
||||||
Get(name string, getter func() interface{}) (*Metadata, error)
|
Get(name string, getter func() interface{}) (*Metadata, error)
|
||||||
// GetType reurns the type of the context (docker, aci etc)
|
// GetType returns the type of the context (docker, aci etc)
|
||||||
GetType(meta *Metadata) string
|
GetType(meta *Metadata) string
|
||||||
// Create creates a new context, it returns an error if a context with the
|
// Create creates a new context, it returns an error if a context with the
|
||||||
// same name exists already.
|
// same name exists already.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue