浏览代码

fix lint issue from rebase

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
Evan Hazlett 8 年之前
父节点
当前提交
83af60e623
共有 1 个文件被更改,包括 1 次插入1 次删除
  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