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;