Skip to content

Commit d488bef

Browse files
authored
Merge pull request #5 from savamarkovic/master
Fix small typo
2 parents a3fe311 + 42ca6ec commit d488bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Period.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static function make($start, $end, string $format = null): Period
4141
}
4242

4343
if ($end === null) {
44-
throw InvalidDate::cannotBeNull('Endß date');
44+
throw InvalidDate::cannotBeNull('End date');
4545
}
4646

4747
return new static(

0 commit comments

Comments
 (0)