Skip to content

Commit

Permalink
content: Correct return type for strings.Split
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored Feb 15, 2025
1 parent 3d504ab commit e935747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/functions/strings/Split.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ action:
aliases: [split]
related:
- functions/collections/Delimit
returnType: string
returnType: '[]string'
signatures: [strings.Split STRING DELIM]
aliases: [/functions/split]
---
Expand Down

0 comments on commit e935747

Please sign in to comment.