From 799bb3be1d099ce6979cd6baa8b84acc507130bd Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 30 Nov 2023 01:53:10 +0100 Subject: More typo fixes… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opts.go b/opts.go index c8e2b8c..070f484 100644 --- a/opts.go +++ b/opts.go @@ -17,7 +17,7 @@ import ( "strings" ) -// ArgMode represents the whether or not a long-option takes an argument. +// ArgMode represents whether or not a long-option takes an argument. type ArgMode int // These tokens can be used to specify whether or not a long-option takes -- cgit v1.2.3