]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix a typo in mod_lazy_new_import.txt
authortangxi666 <tx1275044634@gmail.com>
Sat, 27 Nov 2021 05:20:05 +0000 (05:20 +0000)
committerEmmanuel Odeke <emmanuel@orijtech.com>
Sat, 27 Nov 2021 23:27:52 +0000 (23:27 +0000)
x/y -> a/y

Change-Id: If24970623731098bb72345b8f4c8518b563bbec8
GitHub-Last-Rev: 8a35dddbc155d97f03c08c06d945596584bc2e6d
GitHub-Pull-Request: golang/go#49813
Reviewed-on: https://go-review.googlesource.com/c/go/+/367202
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>

src/cmd/go/testdata/script/mod_lazy_new_import.txt

index 4272a52de1c2671db78a1c2708e199d6351c511e..520d8459cc11d4909ea381c2ed5df476b61af7fe 100644 (file)
@@ -7,7 +7,7 @@
 #     \
 #      ---- a/y (new) ---- c
 #
-# Where a/x and x/y are disjoint packages, but both contained in module a.
+# Where a/x and a/y are disjoint packages, but both contained in module a.
 #
 # The module dependency graph initially looks like:
 #