From a2d59d55511ac7825cbeca6651a79b1060d90de3 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 17 May 2021 23:04:22 -0700 Subject: [PATCH] doc/go1.17: fix typo: avoding -> avoiding --- doc/go1.17.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.17.html b/doc/go1.17.html index cf856a1e735..4b2f4bce796 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -60,7 +60,7 @@ Do not send CLs removing the interior tags from such phrases.

If a module specifies go 1.17 or higher in its go.mod file, its transitive requirements are now loaded lazily, - avoding the need to download or read go.mod files for + avoiding the need to download or read go.mod files for otherwise-irrelevant dependencies. To support lazy loading, in Go 1.17 modules the go command maintains explicit requirements in the go.mod file for every dependency that provides any package