summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/strings/Repeat.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/strings/Repeat.md')
-rw-r--r--docs/content/en/functions/strings/Repeat.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/content/en/functions/strings/Repeat.md b/docs/content/en/functions/strings/Repeat.md
index 718f24984..530b0d14b 100644
--- a/docs/content/en/functions/strings/Repeat.md
+++ b/docs/content/en/functions/strings/Repeat.md
@@ -1,20 +1,16 @@
---
title: strings.Repeat
description: Returns a new string consisting of zero or more copies of another string.
-categories: [functions]
+categories: []
keywords: []
-menu:
- docs:
- parent: functions
-function:
+action:
aliases: []
+ related: []
returnType: string
signatures: [strings.Repeat COUNT INPUT]
-relatedFunctions: []
aliases: [/functions/strings.repeat]
---
```go-html-template
-{{ strings.Repeat 3 "yo" }} → "yoyoyo"
-{{ "yo" | strings.Repeat 3 }} → "yoyoyo"
+{{ strings.Repeat 3 "yo" }} → yoyoyo
```