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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

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: []

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: []