Skip to content

Commit 7730afe

Browse files
authored
Fix typo in tags.go
1 parent 7e5a8ee commit 7730afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tags.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import "strings"
55
// tagOptions contains a slice of tag options
66
type tagOptions []string
77

8-
// Has returns true if the given optiton is available in tagOptions
8+
// Has returns true if the given option is available in tagOptions
99
func (t tagOptions) Has(opt string) bool {
1010
for _, tagOpt := range t {
1111
if tagOpt == opt {

0 commit comments

Comments
 (0)