We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82009e commit c42463eCopy full SHA for c42463e
content/docs/reference/templates/functions.md
@@ -2402,7 +2402,7 @@ start index and the subslice extends to the end of `item`.
2402
#### sort
2403
2404
```yag
2405
-{{ $sorted := <list> [options] }}
+{{ $sorted := sort <list> [options] }}
2406
```
2407
2408
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