Skip to content

Commit

Permalink
docs: Regenerate docs helper
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Apr 20, 2019
1 parent 0508ca1 commit 75b16e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 75b16e3

Please sign in to comment.