Skip to content

Commit a2f557b

Browse files
committed
Corrected GO doc
Signed-off-by: Shmuel Kallner <[email protected]>
1 parent 7c1e383 commit a2f557b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apix/config/v1alpha1/endpointpickerconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ type FeatureGates struct {
140140
EnableDataLayer bool `json:"enableDataLayer,omitempty"`
141141

142142
// +optional
143-
// EnableFlowControl is present and true enables the experimental FlowControl feature.
143+
// EnableFlowControl If present and true enables the experimental FlowControl feature.
144144
// The FlowControl feature will be disabled if EnableFlowControl is not in the
145145
// configuration or its value is false.
146146
EnableFlowControl bool `json:"enableFlowControl,omitempty"`

0 commit comments

Comments
 (0)