Skip to content

Commit 891547e

Browse files
author
Bryan C. Mills
committed
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 <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Rob Pike <[email protected]>
1 parent 8eaf4d1 commit 891547e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.17.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h4 id="graph-pruning">Pruned module graphs in <code>go 1.17</code> modules</h4>
150150
the pruned module graph, the <code>go.mod</code> file for each module needs to
151151
include more detail about the transitive dependencies relevant to that module.
152152
If a module specifies <code>go</code> <code>1.17</code> or higher in its
153-
<code>go.mod</code> file, its <codeg>go.mod</code> file now contains an
153+
<code>go.mod</code> file, its <code>go.mod</code> file now contains an
154154
explicit <a href="/ref/mod#go-mod-file-require"><code>require</code>
155155
directive</a> for every module that provides a transitively-imported package.
156156
(In previous versions, the <code>go.mod</code> file typically only included

0 commit comments

Comments
 (0)