Skip to content

Commit

Permalink
Follow-up: improve function signatures (gohugoio#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Nov 23, 2022
1 parent 656dc72 commit 735c780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/en/functions/slicestr.md
Expand Up @@ -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: []
Expand Down
6 changes: 2 additions & 4 deletions content/en/functions/truncate.md
Expand Up @@ -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: []
Expand Down

0 comments on commit 735c780

Please sign in to comment.