mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 10:37:19 +00:00
Update templateFunctions.ts
Changed the returnValue for strlen from string to number
This commit is contained in:
parent
c2b2434c28
commit
58549d8ae2
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export const TemplateFunctions: TemplateFunction[] = [
|
|||
{
|
||||
name: "strlen",
|
||||
description: "Returns the length of a string argument.",
|
||||
returnValue: "string",
|
||||
returnValue: "number",
|
||||
arguments: ["string"],
|
||||
examples: ['strlen("hello World")'],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue