Skip to content

Commit c42463e

Browse files
committed
docs(functions): Add missing (sort) function in syntax documentation
1 parent a82009e commit c42463e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference/templates/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2402,7 +2402,7 @@ start index and the subslice extends to the end of `item`.
24022402
#### sort
24032403

24042404
```yag
2405-
{{ $sorted := <list> [options] }}
2405+
{{ $sorted := sort <list> [options] }}
24062406
```
24072407

24082408
Returns the given list in a sorted order. The list's items must all be of the same type. The optional `options` argument

0 commit comments

Comments
 (0)