Skip to content

Commit 1f2f12b

Browse files
committed
fixed wrong bullet point
Signed-off-by: Asif Bashar <[email protected]>
1 parent 7f4ee53 commit 1f2f12b

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
@@ -100,7 +100,7 @@ a) "binary" Converts a number to a binary value.
100100
b) "hex" Converts the number to a hexadecimal value.
101101
c) "commas" Formats the number with commas. If the number includes a decimal, the function rounds the number to nearest two decimal places.
102102
d) "duration" Converts the value in seconds to the readable time format HH:MM:SS.
103-
5) "duration_millis" Converts the value in milliseconds to the readable time format HH:MM:SS.
103+
e) "duration_millis" Converts the value in milliseconds to the readable time format HH:MM:SS.
104104

105105
The format argument is optional and is only used when the value argument is a number. The tostring function supports the following formats.
106106

0 commit comments

Comments
 (0)