We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5a8ee commit 7730afeCopy full SHA for 7730afe
tags.go
@@ -5,7 +5,7 @@ import "strings"
5
// tagOptions contains a slice of tag options
6
type tagOptions []string
7
8
-// Has returns true if the given optiton is available in tagOptions
+// Has returns true if the given option is available in tagOptions
9
func (t tagOptions) Has(opt string) bool {
10
for _, tagOpt := range t {
11
if tagOpt == opt {
0 commit comments