Browse Source

Fix comment typo in attach.go

Signed-off-by: Lei Jitang <leijitang@huawei.com>
Lei Jitang 9 năm trước cách đây
mục cha
commit
4e62bd97d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      daemon/attach.go

+ 1 - 1
daemon/attach.go

@@ -48,7 +48,7 @@ func (daemon *Daemon) ContainerAttachWithLogs(ctx context.Context, prefixOrName
 }
 
 // ContainerWsAttachWithLogsConfig attach with websockets, since all
-// stream data is delegated to the websocket to handle, there
+// stream data is delegated to the websocket to handle there.
 type ContainerWsAttachWithLogsConfig struct {
 	InStream             io.ReadCloser
 	OutStream, ErrStream io.Writer