From da7128cc16bec48b8a4f381fa50f7ed374f7ab36 Mon Sep 17 00:00:00 2001 From: Sun Hongliang Date: Sat, 26 Mar 2016 10:33:11 +0800 Subject: [PATCH] fix minor typo Signed-off-by: Sun Hongliang --- cluster/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/container.go b/cluster/container.go index b2122060bb..447c3628b8 100644 --- a/cluster/container.go +++ b/cluster/container.go @@ -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