Explorar el Código

Merge pull request #16631 from coolljt0725/fix_typo

Fix comment typo in attach.go
Alexander Morozov hace 9 años
padre
commit
7669670f2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 // 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 {
 type ContainerWsAttachWithLogsConfig struct {
 	InStream             io.ReadCloser
 	InStream             io.ReadCloser
 	OutStream, ErrStream io.Writer
 	OutStream, ErrStream io.Writer