summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMaxime Michel <maxime.michel@gmail.com>2015-12-10 21:01:19 +0100
committerAnthony Fok <foka@debian.org>2015-12-11 10:51:17 -0700
commit38c5db98b531674531341e489441502938b02aa9 (patch)
tree54254da9be6d51decffb6a0597d624e146048d88 /docs
parentf22d59bb19ecca4eb201154792194232fe5a59ed (diff)
Added a missing closing tag
Diffstat (limited to 'docs')
-rw-r--r--docs/content/templates/functions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md
index 18c8b3aed..1e293a88c 100644
--- a/docs/content/templates/functions.md
+++ b/docs/content/templates/functions.md
@@ -362,7 +362,7 @@ e.g.
### chomp
Removes any trailing newline characters. Useful in a pipeline to remove newlines added by other processing (including `markdownify`).
-e.g., `{{chomp "<p>Blockhead</p>\n"` → `"<p>Blockhead</p>"`
+e.g., `{{chomp "<p>Blockhead</p>\n"}}` → `"<p>Blockhead</p>"`
### dateFormat