Skip to content

Commit e005251

Browse files
V-vafunerothja
andauthored
Update articles/data-factory/data-flow-expression-functions.md
Co-Authored-By: Jason Roth <[email protected]>
1 parent 41d3b04 commit e005251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/data-flow-expression-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ Duration in milliseconds for number of milliseconds
486486
___
487487
### <code>minus</code>
488488
<code><b>minus(<i>&lt;value1&gt;</i> : any, <i>&lt;value2&gt;</i> : any) => any</b></code><br/><br/>
489-
Subtracts numbers. Subtract from a date number of days. Substract duration from a timestamp. Substract two timestamps to get difference in milliseconds. Same as the - operator
489+
Subtracts numbers. Subtract from a date number of days. Subtract duration from a timestamp. Subtract two timestamps to get difference in milliseconds. Same as the - operator
490490
* ``minus(20, 10) -> 10``
491491
* ``20 - 10 -> 10``
492492
* ``minus(toDate('2012-12-15'), 3) -> toDate('2012-12-12')``

0 commit comments

Comments
 (0)