Skip to content

Commit

Permalink
Merge branch 'refactor' of github.com:drand/go-clients into refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnomalRoil committed Aug 6, 2024
2 parents 315ac0d + 28b8189 commit cf481d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/optimizing.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type optimizingClient struct {
// newOptimizingClient creates a drand client that measures the speed of clients
// and uses the fastest ones.
//
// drand.Clients passed to the optimizing client are ordered by speed and calls to
// Clients passed to the optimizing client are ordered by speed and calls to
// `Get` race the 2 fastest clients (by default) for the result. If a client
// errors then it is moved to the back of the list.
//
Expand Down

0 comments on commit cf481d6

Please sign in to comment.