Skip to content

Commit

Permalink
internal/dag: fix typo in comment (#4795)
Browse files Browse the repository at this point in the history
Corrected typo in related comments of cluster struct

Signed-off-by: hxysayhi <[email protected]>
  • Loading branch information
hxysayhi authored Oct 21, 2022
1 parent f9ae406 commit ec00824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dag/dag.go
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ type Service struct {
// traffic routed to an upstream service.
type Cluster struct {
// Upstream is the backend Kubernetes service traffic arriving
// at this Cluster will be forwarded too.
// at this Cluster will be forwarded to.
Upstream *Service

// The relative weight of this Cluster compared to its siblings.
Expand Down

0 comments on commit ec00824

Please sign in to comment.