Skip to content

Commit cdc45de

Browse files
committed
chore: fix linting issue
1 parent 71cadf1 commit cdc45de

File tree

1 file changed

+1
-1
lines changed
  • src/expression/embeddedDocs/function/arithmetic

1 file changed

+1
-1
lines changed

src/expression/embeddedDocs/function/arithmetic/round.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const roundDocs = {
55
'round(x)',
66
'round(x, n)',
77
'round(unit, valuelessUnit)',
8-
'round(unit, n, valuelessUnit)',
8+
'round(unit, n, valuelessUnit)'
99
],
1010
description:
1111
'round a value towards the nearest integer.If x is complex, both real and imaginary part are rounded towards the nearest integer. When n is specified, the value is rounded to n decimals.',

0 commit comments

Comments
 (0)