Signed-off-by: Lei Jitang <leijitang@huawei.com>
| ... | ... |
@@ -48,7 +48,7 @@ func (daemon *Daemon) ContainerAttachWithLogs(ctx context.Context, prefixOrName |
| 48 | 48 |
} |
| 49 | 49 |
|
| 50 | 50 |
// ContainerWsAttachWithLogsConfig attach with websockets, since all |
| 51 |
-// stream data is delegated to the websocket to handle, there |
|
| 51 |
+// stream data is delegated to the websocket to handle there. |
|
| 52 | 52 |
type ContainerWsAttachWithLogsConfig struct {
|
| 53 | 53 |
InStream io.ReadCloser |
| 54 | 54 |
OutStream, ErrStream io.Writer |