Skip to content

Commit e281625

Browse files
committedSep 13, 2015
translation fix
1 parent 23ea045 commit e281625

File tree

1 file changed

+1
-1
lines changed
  • resources/function_help/json

1 file changed

+1
-1
lines changed
 

‎resources/function_help/json/round

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"function": "round",
33
"description": "Rounds a number to number of decimal places.",
44
"arguments": [ {"arg":"decimal","description":"decimal number to be rounded"},
5-
{"arg":"places","description":"Optional integer representing number of places to round decimals too. Can be negative."}],
5+
{"arg":"places","description":"Optional integer representing number of places to round decimals to. Can be negative."}],
66
"examples": [ { "expression":"round(1234.567, 2)", "returns":"1234.57"},
77
{ "expression":"round(1234.567)", "returns":"1235"}]
88
}

0 commit comments

Comments
 (0)
Please sign in to comment.