diff --git a/packages/workflow/src/Extensions/NumberExtensions.ts b/packages/workflow/src/Extensions/NumberExtensions.ts index 50eb182f66..1cbaf53069 100644 --- a/packages/workflow/src/Extensions/NumberExtensions.ts +++ b/packages/workflow/src/Extensions/NumberExtensions.ts @@ -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: