mirror of https://github.com/golang/go.git
flag: fix typo
LGTM=r R=golang-codereviews, gobot, r CC=golang-codereviews https://golang.org/cl/114850043
This commit is contained in:
parent
74c9cc8394
commit
a03900a12f
|
|
@ -830,7 +830,7 @@ func Parsed() bool {
|
|||
}
|
||||
|
||||
// CommandLine is the default set of command-line flags, parsed from os.Args.
|
||||
// The top-level functions such as BoolVar, Arg, and on are wrappers for the
|
||||
// The top-level functions such as BoolVar, Arg, and so on are wrappers for the
|
||||
// methods of CommandLine.
|
||||
var CommandLine = NewFlagSet(os.Args[0], ExitOnError)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue