From 891547e2d4bc2a23973e2c9f972ce69b2b48478e Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Fri, 6 Aug 2021 21:10:31 -0400 Subject: doc/go1.17: fix a typo introduced in CL 335135 Change-Id: I62388bcb6d6f910ffa95d3db856ea29838573256 Reviewed-on: https://go-review.googlesource.com/c/go/+/340590 Trust: Bryan C. Mills Run-TryBot: Bryan C. Mills Reviewed-by: Rob Pike --- 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 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 -- cgit v1.2.3-54-g00ecf