Skip to content

Commit

Permalink
Fixes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
skroczek committed Jun 29, 2017
1 parent 708f1f1 commit 96c04d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/UtilExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ String to append to value string.

#### Example
```twig
{{ {1024, 1073741824} | each("format_bytes") | each("wrap", "<span>", "</span>") | join(" ") }}
{{ {1024, 1073741824} | each("format_bytes") | each("wrap", [ "<span>", "</span>" ]) | join(" ") | raw }}
```
##### Output:

Expand Down

0 comments on commit 96c04d7

Please sign in to comment.