aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2021-08-06 21:10:31 -0400
committerBryan C. Mills <bcmills@google.com>2021-08-07 01:29:22 +0000
commit891547e2d4bc2a23973e2c9f972ce69b2b48478e (patch)
tree9db4d8ebd0ecc073a69aa31fe8c684f6556fa6a5
parent8eaf4d16bc69724cd450345cbaf55f2e2aef9b9c (diff)
downloadgo-891547e2d4bc2a23973e2c9f972ce69b2b48478e.tar.gz
go-891547e2d4bc2a23973e2c9f972ce69b2b48478e.zip
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 <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> Reviewed-by: Rob Pike <r@golang.org>
-rw-r--r--doc/go1.17.html2
1 files changed, 1 insertions, 1 deletions
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 <code>go.mod</code> file for each module needs to
include more detail about the transitive dependencies relevant to that module.
If a module specifies <code>go</code> <code>1.17</code> or higher in its
- <code>go.mod</code> file, its <codeg>go.mod</code> file now contains an
+ <code>go.mod</code> file, its <code>go.mod</code> file now contains an
explicit <a href="/ref/mod#go-mod-file-require"><code>require</code>
directive</a> for every module that provides a transitively-imported package.
(In previous versions, the <code>go.mod</code> file typically only included