Skip to content

Commit

Permalink
Merge pull request #5 from savamarkovic/master
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
brendt authored Nov 29, 2018
2 parents a3fe311 + 42ca6ec commit d488bef
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 d488bef

Please sign in to comment.