mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
docs(editor): Update .round() function in NumberExtensions.ts for clarity (#7150)
This commit is contained in:
parent
e51f173608
commit
b67a6fc432
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue