Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
translation fix
  • Loading branch information
jef-n committed Sep 13, 2015
1 parent 23ea045 commit e281625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/round
Expand Up @@ -2,7 +2,7 @@
"function": "round",
"description": "Rounds a number to number of decimal places.",
"arguments": [ {"arg":"decimal","description":"decimal number to be rounded"},
{"arg":"places","description":"Optional integer representing number of places to round decimals too. Can be negative."}],
{"arg":"places","description":"Optional integer representing number of places to round decimals to. Can be negative."}],
"examples": [ { "expression":"round(1234.567, 2)", "returns":"1234.57"},
{ "expression":"round(1234.567)", "returns":"1235"}]
}

0 comments on commit e281625

Please sign in to comment.