Skip to content

Commit f397947

Browse files
committed
Address GitHub Issue10362 - formatDecimal( ) Example
1 parent 239b307 commit f397947

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)