Browse Source

Merge pull request #18759 from mikedanese/doc-fix

daemon/logger: fix typo in godoc
Doug Davis 9 năm trước cách đây
mục cha
commit
6bf8844f11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      daemon/logger/context.go

+ 1 - 1
daemon/logger/context.go

@@ -101,7 +101,7 @@ func (ctx *Context) ImageID() string {
 	return ctx.ContainerImageID[:12]
 }
 
-// ImageFullID is an alias of ContainerID.
+// ImageFullID is an alias of ContainerImageID.
 func (ctx *Context) ImageFullID() string {
 	return ctx.ContainerImageID
 }