Skip to content

Commit 09f6ba8

Browse files
authored
Update data-flow-expression-functions.md
Corrected spelling error as identified in the Acrolinx score, substract to subtract.
1 parent d8b142a commit 09f6ba8

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
@@ -578,7 +578,7 @@ Based on a criteria, gets the minimum value of a column
578578
___
579579
### <code>minus</code>
580580
<code><b>minus(<i>&lt;value1&gt;</i> : any, <i>&lt;value2&gt;</i> : any) => any</b></code><br/><br/>
581-
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
581+
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
582582
* ``minus(20, 10) -> 10``
583583
* ``20 - 10 -> 10``
584584
* ``minus(toDate('2012-12-15'), 3) -> toDate('2012-12-12')``

0 commit comments

Comments
 (0)