Merge pull request #4802 from oscr/the-the

grammar: replace all occurrences of "the the" with "the"
This commit is contained in:
Kubernetes Prow Robot
2022-11-16 08:22:48 -08:00
committed by GitHub
8 changed files with 9 additions and 9 deletions

View File

@@ -217,7 +217,7 @@ func (l *Walker) setAssociativeSequenceElements(valuesList [][]string, keys []st
// Add the val to the sequence. val will replace the item in the sequence if
// there is an item that matches all key-value pairs. Otherwise val will be appended
// the the sequence.
// the sequence.
_, err = itemsToBeAdded.Pipe(yaml.ElementSetter{
Element: val.YNode(),
Keys: validKeys,