From 12fffac1d812461638322f8eed15b1b740e38040 Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Thu, 5 Sep 2024 17:16:23 -0400 Subject: [PATCH] field -> fields --- parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse.go b/parse.go index 8f99a21..172c7cd 100644 --- a/parse.go +++ b/parse.go @@ -493,7 +493,7 @@ func cmdFromStruct(name string, dest path, t reflect.Type) (*command, error) { return &cmd, nil } -// Parse processes the given command line option, storing the results in the field +// Parse processes the given command line option, storing the results in the fields // of the structs from which NewParser was constructed. // // It returns ErrHelp if "--help" is one of the command line args and ErrVersion if