From 0672b5c76605132475ff18b8c526f1cf0d6affc3 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Sun, 11 Feb 2024 20:51:33 +0900 Subject: all: Fix typos --- tpl/collections/collections.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/collections') diff --git a/tpl/collections/collections.go b/tpl/collections/collections.go index 61fd138e9..2107cf5a0 100644 --- a/tpl/collections/collections.go +++ b/tpl/collections/collections.go @@ -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") -- cgit v1.2.3