mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-09 18:45:41 -04:00
Fix typo
This commit is contained in:
parent
e4a18946ea
commit
192d14df5b
@ -81,7 +81,7 @@ To create a slice of slices, starting with an empty slice:
|
||||
{{ $s = $s | append (slice (slice "a" "b")) }}
|
||||
{{ $s }} → [[a b]]
|
||||
|
||||
{{ $s = $s | append (slice "c" "d") }}
|
||||
{{ $s = $s | append (slice "c" "d") }}
|
||||
{{ $s }} → [[a b] [c d]]
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user