Merge pull request #2031 from allencloud/fix-minor-typo

fix minor typo
This commit is contained in:
Nishant Totla 2016-03-27 18:36:32 -07:00
commit 4db4e951c7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ func (c *Container) Refresh() (*Container, error) {
return c.Engine.refreshContainer(c.Id, true)
}
// Containers represents a list a containers
// Containers represents a list of containers
type Containers []*Container
// Get returns a container using its ID or Name