Skip to content

Commit 41eb4d9

Browse files
authored
Update articles/logic-apps/workflow-definition-language-functions-reference.md
1 parent 0772957 commit 41eb4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@ decimal('<value>')
17141714
This example creates a decimal that's used as a number:
17151715

17161716
```
1717-
decimal('1.2345678912312131') // Returns 1.23456789123121.
1717+
decimal('1.2345678912312131') // Returns 1.234567891231213.
17181718
```
17191719

17201720
*Example 2*

0 commit comments

Comments
 (0)