From 8a35dddbc155d97f03c08c06d945596584bc2e6d Mon Sep 17 00:00:00 2001 From: tangxi666 Date: Sat, 27 Nov 2021 13:13:09 +0800 Subject: [PATCH] cmd/go: fix a typo in mod_lazy_new_import.txt x/y -> a/y --- src/cmd/go/testdata/script/mod_lazy_new_import.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: #