From fc2c41fff1bc9032cbd85401bf849aa917184caf Mon Sep 17 00:00:00 2001 From: eshitachandwani Date: Mon, 23 Dec 2024 11:06:32 +0530 Subject: [PATCH] address comments --- internal/resolver/delegatingresolver/delegatingresolver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/resolver/delegatingresolver/delegatingresolver.go b/internal/resolver/delegatingresolver/delegatingresolver.go index 14ff289e4716..6050e3d055bb 100644 --- a/internal/resolver/delegatingresolver/delegatingresolver.go +++ b/internal/resolver/delegatingresolver/delegatingresolver.go @@ -218,7 +218,7 @@ func (r *delegatingResolver) updateClientConnStateLocked() error { // Create a list of combined endpoints by pairing all proxy endpoints // with every target endpoint. Each time, it constructs a new - // [resolver.Endpoint] using the all address from all the proxy endpoint + // [resolver.Endpoint] using the all addresses from all the proxy endpoint // and the target addresses from one endpoint. The target address and user // information from the proxy URL are added as attributes to the proxy // address.The resulting list of addresses is then grouped into endpoints,