Skip to content

Commit 249d03e

Browse files
authored
Merge pull request #10378 from mendix/yl-address-issue-10362
Address GitHub Issue10362 - formatDecimal( ) Example
2 parents 239b307 + f397947 commit 249d03e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/refguide/modeling/application-logic/expressions/parse-and-format-decimal-function-calls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The examples below illustrate which value the expression returns:
126126
the output is (depending on language settings):
127127

128128
```java
129-
'€ 1.234,50' or '$ 1,234.50'
129+
'€ 1.234,56' or '$ 1,234.56'
130130
```
131131

132132
* If you use the following input:

0 commit comments

Comments
 (0)