Skip to content

Commit 31a21e7

Browse files
Fix
1 parent caff5d8 commit 31a21e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/Constraint/Equality/IsEqualWithDelta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function evaluate($other, string $description = '', bool $returnResult =
9292
public function toString(): string
9393
{
9494
return sprintf(
95-
'is equal to %s with delta <%F>>',
95+
'is equal to %s with delta <%F>',
9696
$this->exporter()->export($this->value),
9797
$this->delta
9898
);

0 commit comments

Comments
 (0)