Improve comment

This commit is contained in:
Andrea Marco Sartori 2023-02-26 08:07:53 +10:00
parent 7391668946
commit b018c8457e

View File

@ -28,7 +28,7 @@ abstract class Source implements IteratorAggregate
protected ?int $size;
/**
* Whether the size was already calculated.
* Whether the JSON size has already been calculated.
* Avoid re-calculations when the size is NULL (not computable).
*
* @var bool