From 83af60e6237b4227126dad1ef2f8a2016984ee90 Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Tue, 8 Nov 2016 22:58:23 -0500 Subject: [PATCH] fix lint issue from rebase Signed-off-by: Evan Hazlett --- api/types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/types/types.go b/api/types/types.go index ceb18ddd89..a185baf9dc 100644 --- a/api/types/types.go +++ b/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