Fix wording

This commit is contained in:
decentral1se 2021-08-08 19:15:56 +02:00
parent 5982269b37
commit 755cc08442
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func main() {
var compatible []tagcmp.Tag
for _, rawTag := range rawTags {
parsed, _ := tagcmp.Parse(rawTag) // skipped unsupported tags
parsed, _ := tagcmp.Parse(rawTag) // skips unsupported tags
if tag.IsCompatible(parsed) {
compatible = append(compatible, parsed)
}