ref: 62d031aedfc128729b460241bd99d97b5d902e62
parent: ce06bdb16a64dd39a8ebbb2e5a53b33520b00bb1
author: Bjørn Erik Pedersen <[email protected]>
date: Sun Dec 23 16:12:41 EST 2018
docs: Adjust CSV example See #5555
--- a/docs/content/en/functions/transform.Unmarshal.md
+++ b/docs/content/en/functions/transform.Unmarshal.md
@@ -45,6 +45,6 @@
Example:
```go-html-template
-{{ $csv := "a;b;c" | transform.Unmarshal (dict "comma" ";") }}
+{{ $csv := "a;b;c" | transform.Unmarshal (dict "delimiter" ";") }}
```