1
0
mirror of https://github.com/golang/go synced 2024-09-29 04:24:36 -06:00

cmd/go/internal/workcmd: fix typo in help string

Fixes #50945

Change-Id: Ib6251a5be09f4c6ba428ef4c97fe23ebffca3506
Reviewed-on: https://go-review.googlesource.com/c/go/+/382118
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Bryan C. Mills 2022-02-01 09:56:41 -05:00 committed by Bryan Mills
parent 9152e21132
commit f1e7dcb49c
2 changed files with 2 additions and 2 deletions

View File

@ -1379,7 +1379,7 @@
// builds from local modules.
//
// go.work files are line-oriented. Each line holds a single directive,
// made up of a keyword followed by aruments. For example:
// made up of a keyword followed by arguments. For example:
//
// go 1.18
//

View File

@ -27,7 +27,7 @@ workspace that does not specify modules to be used cannot be used to do
builds from local modules.
go.work files are line-oriented. Each line holds a single directive,
made up of a keyword followed by aruments. For example:
made up of a keyword followed by arguments. For example:
go 1.18