mirror of
https://github.com/archtechx/money.git
synced 2025-12-12 11:24:03 +00:00
Fix grammar
This commit is contained in:
parent
9547070193
commit
7429de795f
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class Currency implements Arrayable, JsonSerializable
|
||||||
/** How many decimals of the currency's values should get rounded. */
|
/** How many decimals of the currency's values should get rounded. */
|
||||||
protected int $rounding;
|
protected int $rounding;
|
||||||
|
|
||||||
/** Setting to decide if trailing decimal zeros should be removed for when calling formatted(). */
|
/** The setting used for determining if trailing decimal zeros should be trimmed. */
|
||||||
protected bool $trimTrailingDecimalZeros;
|
protected bool $trimTrailingDecimalZeros;
|
||||||
|
|
||||||
/** Create a new Currency instance. */
|
/** Create a new Currency instance. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue