From 0a04e9c3b3b07b1ee48b68f5e8a932cb36435c7d Mon Sep 17 00:00:00 2001 From: Ben Croker <57572400+bencroker@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:06:23 -0600 Subject: [PATCH] Update ElementTrait.php Resolves #16247 --- src/base/ElementTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;