Skip to content

Commit 8feca7d

Browse files
committed
typo fix
1 parent a2a251d commit 8feca7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1alpha1/inferencepool_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ type InferencePoolSpec struct {
6868
//
6969
// LabelKey is the key of a label. This is used for validation
7070
// of maps. This matches the Kubernetes "qualified name" validation that is used for labels.
71-
// // Labels are case sensitive, so: my-label and My-Label are considered distinct.
71+
// Labels are case sensitive, so: my-label and My-Label are considered distinct.
7272
//
7373
// Valid values include:
7474
//

0 commit comments

Comments
 (0)