diff --git a/content/functions/delimit.md b/content/functions/delimit.md index 0aa8355bf..0572cc005 100644 --- a/content/functions/delimit.md +++ b/content/functions/delimit.md @@ -1,7 +1,7 @@ --- title: delimit linktitle: delimit -description: "`delimit` loops through any array, slice, or map and returns a string of all the values separated by a delimiter." +description: Loops through any array, slice, or map and returns a string of all the values separated by a delimiter." godocref: qref: loops through array, slice, or map and returns string of all values separated by a delimiter. workson: [] diff --git a/themes/hugodocs/layouts/partials/functions-quick-reference.html b/themes/hugodocs/layouts/partials/functions-quick-reference.html index e2ea5f67a..fe69d48e5 100644 --- a/themes/hugodocs/layouts/partials/functions-quick-reference.html +++ b/themes/hugodocs/layouts/partials/functions-quick-reference.html @@ -1,6 +1,6 @@
{{.LinkTitle}}