diff --git a/src/base/ElementTrait.php b/src/base/ElementTrait.php index c0caca6aff1..c998f6cc82f 100644 --- a/src/base/ElementTrait.php +++ b/src/base/ElementTrait.php @@ -196,7 +196,7 @@ trait ElementTrait public bool $resaving = false; /** - * @var ElementInterface|null The element that this element is being duplicated by. + * @var ElementInterface|null The element that this element is duplicating. */ public ?ElementInterface $duplicateOf = null;