Bläddra i källkod

fix lint issue from rebase

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
Evan Hazlett 8 år sedan
förälder
incheckning
83af60e623
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      api/types/types.go

+ 1 - 1
api/types/types.go

@@ -129,7 +129,7 @@ type ContainerProcessList struct {
 	Titles    []string
 }
 
-// Info contains response of Remote API:
+// Ping contains response of Remote API:
 // GET "/_ping"
 type Ping struct {
 	APIVersion   string