mirror of
https://github.com/golang/go
synced 2024-11-23 04:20:03 -07: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:
parent
9152e21132
commit
f1e7dcb49c
@ -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
|
||||
//
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user