Skip to content

Commit

Permalink
docs: Adjust CSV example
Browse files Browse the repository at this point in the history
See #5555
  • Loading branch information
bep committed Dec 23, 2018
1 parent ce06bdb commit 62d031a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/functions/transform.Unmarshal.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ comment
Example:

```go-html-template
{{ $csv := "a;b;c" | transform.Unmarshal (dict "comma" ";") }}
{{ $csv := "a;b;c" | transform.Unmarshal (dict "delimiter" ";") }}
```

0 comments on commit 62d031a

Please sign in to comment.