Skip to content

Commit 4303e79

Browse files
author
willise
committed
fix(apimachinery): trivial typo in comment of label
1 parent 21d4d13 commit 4303e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apimachinery/pkg/labels/selector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ func (r *Requirement) Matches(ls Labels) bool {
221221
return false
222222
}
223223

224-
// There should be only one strValue in r.strValues, and can be converted to a integer.
224+
// There should be only one strValue in r.strValues, and can be converted to an integer.
225225
if len(r.strValues) != 1 {
226226
klog.V(10).Infof("Invalid values count %+v of requirement %#v, for 'Gt', 'Lt' operators, exactly one value is required", len(r.strValues), r)
227227
return false

0 commit comments

Comments
 (0)