From ba6104bd9f1a70330acf0850c74be8a964fb49fb Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Thu, 23 Feb 2017 07:52:02 -0600 Subject: [PATCH] Fix delimit description --- content/functions/delimit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/functions/delimit.md b/content/functions/delimit.md index c000a1bd3..38bd8f934 100644 --- a/content/functions/delimit.md +++ b/content/functions/delimit.md @@ -34,7 +34,7 @@ tags: [ "tag1", "tag2", "tag3" ] `delimit` called in your template takes the form of ``` -{{ delimit array/slice/map delimiter optionaldelimiter}} +{{ delimit array/slice/map delimiter optionallastdelimiter}} ``` {{% input "delimit-pages-tags.html" %}}