소스 검색

Merge pull request #16631 from coolljt0725/fix_typo

Fix comment typo in attach.go
Alexander Morozov 10 년 전
부모
커밋
7669670f2d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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