Skip to content

Commit 7f4ee53

Browse files
committed
mentioned as value instead of number specifically
Signed-off-by: Asif Bashar <[email protected]>
1 parent e515606 commit 7f4ee53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/ppl/functions/conversion.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Description
8686
>>>>>>>>>>>
8787
The following usage options are available, depending on the parameter types and the number of parameters.
8888

89-
Usage with format type: tostring(ANY, [format]): Converts the number in first argument to provided format type string in second argument. If second argument is not provided, then it converts to default string representation.
89+
Usage with format type: tostring(ANY, [format]): Converts the value in first argument to provided format type string in second argument. If second argument is not provided, then it converts to default string representation.
9090
Return type: string
9191

9292
Usage for boolean parameter without format type tostring(boolean): Converts the string to 'TRUE' or 'FALSE'.

0 commit comments

Comments
 (0)