From 28b8189d8e8cf9287a5cdf8c77cf4f0423a5fe58 Mon Sep 17 00:00:00 2001 From: AnomalRoil Date: Mon, 5 Aug 2024 14:53:14 +0200 Subject: [PATCH] Update client/optimizing.go Co-authored-by: PM <3749956+CluEleSsUK@users.noreply.github.com> --- client/optimizing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/optimizing.go b/client/optimizing.go index aab3d8a..38b2625 100644 --- a/client/optimizing.go +++ b/client/optimizing.go @@ -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. //