aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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