From 42ca6ec8fa95f531b2572dad5b3ff5c7e719e74a Mon Sep 17 00:00:00 2001 From: savamarkovic Date: Thu, 29 Nov 2018 10:21:01 +0100 Subject: [PATCH] Fix small typo --- src/Period.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Period.php b/src/Period.php index e07ca4d..ac80649 100644 --- a/src/Period.php +++ b/src/Period.php @@ -41,7 +41,7 @@ public static function make($start, $end, string $format = null): Period } if ($end === null) { - throw InvalidDate::cannotBeNull('Endß date'); + throw InvalidDate::cannotBeNull('End date'); } return new static(