Skip to content

Commit

Permalink
Update client/optimizing.go
Browse files Browse the repository at this point in the history
Co-authored-by: PM <[email protected]>
  • Loading branch information
AnomalRoil and CluEleSsUK authored Aug 5, 2024
1 parent d936825 commit 28b8189
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 28b8189

Please sign in to comment.