diff --git a/src/Framework/Constraint/Equality/IsEqualWithDelta.php b/src/Framework/Constraint/Equality/IsEqualWithDelta.php index 0370b5118f3..4f106b1e090 100644 --- a/src/Framework/Constraint/Equality/IsEqualWithDelta.php +++ b/src/Framework/Constraint/Equality/IsEqualWithDelta.php @@ -92,7 +92,7 @@ public function evaluate($other, string $description = '', bool $returnResult = public function toString(): string { return sprintf( - 'is equal to %s with delta <%F>>', + 'is equal to %s with delta <%F>', $this->exporter()->export($this->value), $this->delta );