Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix example in help of format function
  • Loading branch information
DelazJ authored and github-actions[bot] committed Feb 14, 2021
1 parent b5970a3 commit ac6a305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/format
Expand Up @@ -8,6 +8,6 @@
{"arg":"arg1", "syntaxOnly": true},
{"arg":"arg2", "syntaxOnly": true},
{"arg":"arg", "descOnly": true, "description":"any type. Any number of arguments."}],
"examples": [ { "expression":"format('This %1 a %2','is', 'test')", "returns":"'This is a test''"}
"examples": [ { "expression":"format('This %1 a %2','is', 'test')", "returns":"'This is a test'"}
]
}

0 comments on commit ac6a305

Please sign in to comment.