From 75b16e30ec55e82a8024cc4d27880d9b79e0fa41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 20 Apr 2019 15:20:08 +0200 Subject: [PATCH] docs: Regenerate docs helper --- docs/data/docs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/docs.json b/docs/data/docs.json index 4a68378aed4..22f6cad48a5 100644 --- a/docs/data/docs.json +++ b/docs/data/docs.json @@ -2667,7 +2667,7 @@ "Uniq": { "Description": "Uniq takes in a slice or array and returns a slice with subsequent\nduplicate elements removed.", "Args": [ - "l" + "seq" ], "Aliases": [ "uniq" @@ -3232,7 +3232,7 @@ }, "partials": { "Include": { - "Description": "Include executes the named partial and returns either a string,\nwhen the partial is a text/template, or template.HTML when html/template.", + "Description": "Include executes the named partial.\nIf the partial contains a return statement, that value will be returned.\nElse, the rendered output will be returned:\nA string if the partial is a text/template, or template.HTML when html/template.", "Args": [ "name", "contextList"