mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
docs(editor): Update .round() function in NumberExtensions.ts for clarity (#7150)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user