Follow-up: improve function signatures (#1914) (#1916)

This commit is contained in:
Andreas Deininger
2022-11-23 20:53:54 +01:00
committed by GitHub
parent 656dc72ba8
commit 76dd3a82a5
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ menu:
keywords: [strings]
signature:
- "slicestr STRING START [END]"
- "strings.SliceStr STRING START [END]"
- "strings.SliceString STRING START [END]"
workson: []
hugoversion:
relatedfuncs: []
+2 -4
View File
@@ -11,10 +11,8 @@ menu:
parent: "functions"
keywords: [strings]
signature:
- "truncate SIZE INPUT"
- "strings.Truncate SIZE ELLIPSIS INPUT"
- "truncate SIZE INPUT"
- "strings.Truncate SIZE ELLIPSIS INPUT"
- "truncate SIZE [ELLIPSIS] INPUT"
- "strings.Truncate SIZE [ELLIPSIS] INPUT"
workson: []
hugoversion: 19
relatedfuncs: []