From ca7d62d96bc6ec8f5b30a3f5912e7319fe873918 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Mon, 30 Nov 2020 18:26:06 -0800 Subject: [PATCH] Fix typo. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b2940456a..d9b2b305f 100644 --- a/go.mod +++ b/go.mod @@ -33,7 +33,7 @@ require ( ) // This is a temporal workaround to fix a dependency problem between etcd and -// gRPC. The gRPC v1.29.1 supports old a new interfaces, so it can be used by +// gRPC. The gRPC v1.29.1 supports old and new interfaces, so it can be used by // packages using the old (go.etcd.io/etcd) and new (cloud.google.com) // interfaces. //