Skip to content

Commit 370b9bc

Browse files
Update docs/user/ppl/functions/conversion.rst
Co-authored-by: ritvibhatt <[email protected]> Signed-off-by: Asif Bashar <[email protected]> Signed-off-by: Asif Bashar <[email protected]>
1 parent ea9ba0f commit 370b9bc

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: tonumber(string, [base]): Converts the value in first argument to provided base type string in second argument. If second argument is not provided, then it converts to base 10 number representation.
89+
Usage: tonumber(string, [base]) converts the value in first argument to provided base type string in second argument. If second argument is not provided, then it converts to base 10 number representation.
9090
Return type: Number
9191

9292

0 commit comments

Comments
 (0)