mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Fix function description typo
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
90273ec801
commit
144ee29645
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ type Store interface {
|
|||
// Get returns the context with name, it returns an error if the context
|
||||
// doesn't exist
|
||||
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
|
||||
// Create creates a new context, it returns an error if a context with the
|
||||
// same name exists already.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue