Skip to content

Commit e44ce80

Browse files
committed
grammatical tunes
1 parent c807226 commit e44ce80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1alpha1/inferencemodel_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ type InferenceModelSpec struct {
6363
// +kubebuilder:validation:MinItems=1
6464
// +kubebuilder:validation:MaxItems=10
6565
TargetModels []TargetModel `json:"targetModels,omitempty"`
66-
// Reference to the poolIt must exist in the same namespace.
66+
// Reference to the inference pool, the pool must exist in the same namespace.
6767
//
6868
// +kubebuilder:validation:Required
6969
PoolRef *PoolObjectReference `json:"poolRef,omitempty"`

0 commit comments

Comments
 (0)