From 7429de795fe8c8411580066420fd84443a9392af Mon Sep 17 00:00:00 2001 From: David Date: Mon, 16 May 2022 08:43:46 +0200 Subject: [PATCH] Fix grammar --- src/Currency.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Currency.php b/src/Currency.php index 97d0bdf..55cf377 100644 --- a/src/Currency.php +++ b/src/Currency.php @@ -40,7 +40,7 @@ class Currency implements Arrayable, JsonSerializable /** How many decimals of the currency's values should get rounded. */ 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; /** Create a new Currency instance. */