Fix typos

This commit is contained in:
decentral1se 2021-08-08 18:53:27 +02:00
parent a6b38843fe
commit 7a8533f7a5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
Comparison operations for image tags. Because registries aren't doing this for Comparison operations for image tags. Because registries aren't doing this for
us 🙄 This library is helpful if you're aiming to use only "stable" and us 🙄 This library is helpful if you're aiming to use only "stable" and
"semver-like" tags want to be able to do things like compare them, find which "semver-like" tags and want to be able to do things like compare them, find
tags are more recent, sort them and other types of comparisons. which tags are more recent, sort them and other types of comparisons.
A best-effort implementation which follows the wisdom of [Renovate]. A best-effort implementation which follows the wisdom of [Renovate].
@ -116,7 +116,7 @@ func (t Tag) String() string
"6.2-alpine", "6.2-alpine",
"6.2.1-alpine", "6.2.1-alpine",
// semver with sufixx and 'v' // semver with sufix and 'v'
"v6-alpine", "v6-alpine",
"v6.2-alpine", "v6.2-alpine",
"v6.2.1-alpine", "v6.2.1-alpine",