Skip to content

Commit

Permalink
fix: error in concat function description
Browse files Browse the repository at this point in the history
  • Loading branch information
ugol committed Sep 3, 2024
1 parent e8b0676 commit 39fa02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/functions/functionsDescription.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ var funcDesc = map[string]FunctionDescription{
"concat": {
Name: "concat",
Category: "text",
Description: "converts an integer to a string",
Description: "concatenates two strings",
Parameters: "string string",
Localizable: false,
Return: "string",
Expand Down

0 comments on commit 39fa02e

Please sign in to comment.