Skip to content

Commit

Permalink
Merge pull request #2213 from vanou/correct_explanation_of_ApendAll_m…
Browse files Browse the repository at this point in the history
…ethod_in_ResMap_interface

Correct explanation of ApendAll method in ResMap interface
  • Loading branch information
k8s-ci-robot authored Feb 25, 2020
2 parents d190e1c + 87b680e commit b3ce3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/resmap/resmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ type ResMap interface {
Append(*resource.Resource) error

// AppendAll appends another ResMap to self,
// failing on any OrgId collision.
// failing on any CurId collision.
AppendAll(ResMap) error

// AbsorbAll appends, replaces or merges the contents
Expand Down

0 comments on commit b3ce3a7

Please sign in to comment.