1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 11:24:03 +00:00

Fix grammar

This commit is contained in:
David 2022-05-16 08:43:46 +02:00
parent 9547070193
commit 7429de795f
No known key found for this signature in database
GPG key ID: EC68B85E411F4753

View file

@ -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. */