Skip to content

Commit

Permalink
function -> function_set
Browse files Browse the repository at this point in the history
  • Loading branch information
lnkuiper committed Sep 18, 2023
1 parent 2cd19e1 commit 832e88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_functions/scalar/string/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"parameters": "string,count",
"description": "Repeats the string count number of times",
"example": "repeat('A', 5)",
"type": "scalar_function"
"type": "scalar_function_set"
},
{
"name": "replace",
Expand Down

0 comments on commit 832e88a

Please sign in to comment.