aboutsummaryrefslogtreecommitdiff
path: root/opts.go
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-30 01:53:10 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-30 01:53:10 +0100
commit799bb3be1d099ce6979cd6baa8b84acc507130bd (patch)
tree54976d7dcefe2a063e20fc83e68549223411db9b /opts.go
parent06e45fa081b79fccaf262cbea4192d303191b4fc (diff)
More typo fixes…v1.0.4
Diffstat (limited to 'opts.go')
-rw-r--r--opts.go2
1 files changed, 1 insertions, 1 deletions
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