From 7885a82b5695ccdb7e365ca808e7263842b24b5d Mon Sep 17 00:00:00 2001 From: David Date: Mon, 9 May 2022 14:44:05 +0200 Subject: [PATCH] Rewrite function description --- src/Currency.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Currency.php b/src/Currency.php index 38e41ea..9329c11 100644 --- a/src/Currency.php +++ b/src/Currency.php @@ -138,7 +138,7 @@ class Currency implements Arrayable, JsonSerializable return $this->rounding; } - /** Get the setting for delete trailing decimal zeros. */ + /** Get the setting for how trailing decimal zeroes should be handled. */ public function deleteTrailingDecimalZeros(): bool { return $this->deleteTrailingDecimalZeros;