Skip to content

Commit a98ca18

Browse files
Fix cast example (#143)
1 parent 52da984 commit a98ca18

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
@@ -205,7 +205,7 @@ the currency defined in the package configuration is used instead.
205205
Setting money can be done in several ways:
206206

207207
```php
208-
$model->money = 10; // 10.00 USD or any other currency defined
208+
$model->money = 10; // 0.10 USD or any other currency defined
209209
$model->money = 10.23; // 10.23 USD or any other currency defined
210210
$model->money = 'A$10'; // 10.00 AUD
211211
$model->money = '1,000.23'; // 1000.23 USD or any other currency defined

0 commit comments

Comments
 (0)