Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
savamarkovic authored Nov 29, 2018
1 parent a3fe311 commit 42ca6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Period.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 42ca6ec

Please sign in to comment.