Skip to content

Commit a894293

Browse files
Update control-flow-expression-language-functions.md
1 parent 105a7c9 commit a894293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,7 @@ mul(<multiplicand1>, <multiplicand2>)
24072407
| Parameter | Required | Type | Description |
24082408
| --------- | -------- | ---- | ----------- |
24092409
| <*multiplicand1*> | Yes | Integer or Float | The number to multiply by *multiplicand2* |
2410-
| <*multiplicand2*> | Yes | Integer or Float | The number that multiples *multiplicand1* |
2410+
| <*multiplicand2*> | Yes | Integer or Float | The number that multiplies *multiplicand1* |
24112411
|||||
24122412

24132413
| Return value | Type | Description |
@@ -2417,7 +2417,7 @@ mul(<multiplicand1>, <multiplicand2>)
24172417

24182418
*Example*
24192419

2420-
These examples multiple the first number by the second number:
2420+
These examples multiply the first number by the second number:
24212421

24222422
```
24232423
mul(1, 2)

0 commit comments

Comments
 (0)