Skip to content

Commit 66cd53c

Browse files
committed
Fix typo in MatchingField comment
1 parent 882c738 commit 66cd53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/interfaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func MatchingLabels(lbls map[string]string) ListOptionFunc {
204204
}
205205
}
206206

207-
// MatchingFields is a functional option that sets the FieldSelector field of
207+
// MatchingField is a functional option that sets the FieldSelector field of
208208
// a ListOptions struct.
209209
func MatchingField(name, val string) ListOptionFunc {
210210
sel := fields.SelectorFromSet(fields.Set{name: val})

0 commit comments

Comments
 (0)