mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
all: Fix duplicate words in comments
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user