Skip to content

Commit

Permalink
Update weighted_round_robin.go
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
mkrueger12 authored Jan 17, 2024
1 parent 022623d commit 5790d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/routers/routing/weighted_round_robin.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
WeightedRoundRobin Strategy = "weighed_round_robin"
WeightedRoundRobin Strategy = "weighted_round_robin"
)

type Weighter struct {
Expand Down

0 comments on commit 5790d32

Please sign in to comment.