Skip to content

Commit 5f2598d

Browse files
authored
Merge pull request #14 from php-collective/dereuromark-patch-1
Update README.md
2 parents c983ea0 + 0a5dd25 commit 5f2598d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Decimal value object for PHP.
1111

1212
## Background
13-
When working with monetary values, normal data types like int or float are not suitable for exact arithmetic.
13+
When working with decimal (e.g. monetary) values, normal data types like int or float are not suitable for exact arithmetic.
1414
Try out the following in PHP:
1515
```php
1616
var_dump(0.1 + 0.2); // float(0.3)

0 commit comments

Comments
 (0)