docs: Adjust CSV example

See #5555
This commit is contained in:
Bjørn Erik Pedersen 2018-12-23 21:12:41 +01:00
parent cecf97dfc6
commit ec16b611e8

View File

@ -45,6 +45,6 @@ comment
Example: Example:
```go-html-template ```go-html-template
{{ $csv := "a;b;c" | transform.Unmarshal (dict "comma" ";") }} {{ $csv := "a;b;c" | transform.Unmarshal (dict "delimiter" ";") }}
``` ```