Skip to content

Commit 3bc4ba2

Browse files
Merge pull request #2681 from Starnop/typo-contianers
typo: fix misspells in comments of containers/contaienrs.go
2 parents 87d1118 + a121b2f commit 3bc4ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/containers.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ import (
2828
//
2929
// The resources specified in this object are used to create tasks from the container.
3030
type Container struct {
31-
// ID uniquely identifies the container in a nameapace.
31+
// ID uniquely identifies the container in a namespace.
3232
//
3333
// This property is required and cannot be changed after creation.
3434
ID string
3535

36-
// Labels provide metadata extension for a contaienr.
36+
// Labels provide metadata extension for a container.
3737
//
3838
// These are optional and fully mutable.
3939
Labels map[string]string

0 commit comments

Comments
 (0)