Fix example

This commit is contained in:
Joe Mooring 2023-09-26 11:06:13 -07:00 committed by GitHub
parent ba95eca64c
commit 4cb1b30fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,5 +20,5 @@ signature:
```go-html-template
{{ slice 1 3 2 1 | uniq }} → [1 3 2]
{{ slice 2 1 3 | collections.Reverse }} → [3 1 2]
```