mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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 = {
|
round.doc = {
|
||||||
name: 'round',
|
name: 'round',
|
||||||
description:
|
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',
|
returnType: 'number',
|
||||||
args: [{ name: 'decimalPlaces?', type: 'number' }],
|
args: [{ name: 'decimalPlaces?', type: 'number' }],
|
||||||
docURL:
|
docURL:
|
||||||
|
|
Loading…
Reference in a new issue