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