Merge pull request #16631 from coolljt0725/fix_typo

Fix comment typo in attach.go
This commit is contained in:
Alexander Morozov
2015-09-28 09:25:54 -07:00
+1 -1
View File
@@ -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