diff --git a/doc/go1.17.html b/doc/go1.17.html index a8307bacac..d469f400ad 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -150,7 +150,7 @@ Do not send CLs removing the interior tags from such phrases. the pruned module graph, the go.mod file for each module needs to include more detail about the transitive dependencies relevant to that module. If a module specifies go 1.17 or higher in its - go.mod file, its go.mod file now contains an + go.mod file, its go.mod file now contains an explicit require directive for every module that provides a transitively-imported package. (In previous versions, the go.mod file typically only included