Skip to content

Commit

Permalink
docs(editor): Update .round() function in NumberExtensions.ts for cla…
Browse files Browse the repository at this point in the history
…rity (#7150)
  • Loading branch information
greyliath authored Sep 12, 2023
1 parent e51f173 commit b67a6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workflow/src/Extensions/NumberExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ format.doc = {
round.doc = {
name: 'round',
description:
'Returns the value of a number rounded to the nearest whole number. Defaults to 0 decimal places if no argument is given.',
'Returns the value of a number rounded to the nearest whole number, unless a decimal place is specified. Defaults to 0 decimal places if no argument is given.',
returnType: 'number',
args: [{ name: 'decimalPlaces?', type: 'number' }],
docURL:
Expand Down

0 comments on commit b67a6fc

Please sign in to comment.