Skip to content

Commit aa206b8

Browse files
authored
features: Correct BackendTLSPolicyFeature godoc (#4210)
Signed-off-by: timflannagan <timflannagan@gmail.com>
1 parent cfe2ed7 commit aa206b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/features/backendtlspolicy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
SupportBackendTLSPolicySANValidation FeatureName = "BackendTLSPolicySANValidation"
3131
)
3232

33-
// TLSRouteFeature contains metadata for the TLSRoute feature.
33+
// BackendTLSPolicyFeature contains metadata for the BackendTLSPolicy feature.
3434
var BackendTLSPolicyFeature = Feature{
3535
Name: SupportBackendTLSPolicy,
3636
Channel: FeatureChannelStandard,

0 commit comments

Comments
 (0)