Skip to content

Commit bc34d59

Browse files
committed
add period to comment
1 parent 4accbe2 commit bc34d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/mode/static/state/graph/gateway_listener.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type Listener struct {
2424
// Routes holds the GRPC/HTTPRoutes attached to the Listener.
2525
// Only valid routes are attached.
2626
Routes map[RouteKey]*L7Route
27-
// L4Routes holds the TLSRoutes attached to the Listener
27+
// L4Routes holds the TLSRoutes attached to the Listener.
2828
L4Routes map[L4RouteKey]*L4Route
2929
// AllowedRouteLabelSelector is the label selector for this Listener's allowed routes, if defined.
3030
AllowedRouteLabelSelector labels.Selector

0 commit comments

Comments
 (0)