Skip to content

Commit 6033180

Browse files
committed
comment
1 parent a2daeaf commit 6033180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dom/AssertableElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private function getElement(): HTMLElement|Element
5757
return $this->element;
5858
}
5959

60-
/** Promote this assertable element to an element-specific assertable element, if possible. */
60+
/** Promote this assertable element to an element-specific equivalent assertable element, if possible. */
6161
public function promote(): static
6262
{
6363
return new AssertableElementPromoter($this->getElement())->promote() ?? $this;

0 commit comments

Comments
 (0)