From: tangxi666 Date: Sat, 27 Nov 2021 05:20:05 +0000 (+0000) Subject: cmd/go: fix a typo in mod_lazy_new_import.txt X-Git-Tag: go1.18beta1~166 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9f2a075df905d873e3e426b2f549c327d228ac26;p=gostls13.git cmd/go: fix a typo in mod_lazy_new_import.txt 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 Reviewed-by: Emmanuel Odeke Run-TryBot: Ian Lance Taylor TryBot-Result: Go Bot --- diff --git a/src/cmd/go/testdata/script/mod_lazy_new_import.txt b/src/cmd/go/testdata/script/mod_lazy_new_import.txt index 4272a52de1..520d8459cc 100644 --- a/src/cmd/go/testdata/script/mod_lazy_new_import.txt +++ b/src/cmd/go/testdata/script/mod_lazy_new_import.txt @@ -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: #