mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
all: Fix typos
This commit is contained in:
@@ -572,7 +572,7 @@ func (ns *Namespace) Seq(args ...any) ([]int, error) {
|
||||
return seq, nil
|
||||
}
|
||||
|
||||
// Shuffle returns list l in a randomised order.
|
||||
// Shuffle returns list l in a randomized order.
|
||||
func (ns *Namespace) Shuffle(l any) (any, error) {
|
||||
if l == nil {
|
||||
return nil, errors.New("both count and seq must be provided")
|
||||
|
Reference in New Issue
Block a user