Skip to content

Commit

Permalink
Change output currency
Browse files Browse the repository at this point in the history
  • Loading branch information
styxit committed Jul 1, 2024
1 parent a1daa7d commit 82bed95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/features/allocation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ An amount of money can be allocated to N targets using ``allocateTo()``.

.. code-block:: php
$value = Money::EUR(800); // $8.00
$value = Money::EUR(800); // 8.00
$result = $value->allocateTo(3); // $result = [$2.67, $2.67, $2.66]
$result = $value->allocateTo(3); // $result = [2.67, 2.67, 2.66]

0 comments on commit 82bed95

Please sign in to comment.