all: Fix duplicate words in comments

This commit is contained in:
Eitan Adler
2024-04-11 00:31:33 -07:00
committed by GitHub
parent e9b8bec433
commit bf0b140364
5 changed files with 5 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ func (ns *Namespace) RelURL(s any) (string, error) {
return ns.deps.PathSpec.RelURL(ss, false), nil
}
// URLize returns the the strings s formatted as an URL.
// URLize returns the strings s formatted as an URL.
func (ns *Namespace) URLize(s any) (string, error) {
ss, err := cast.ToStringE(s)
if err != nil {