spatie / period

Complex period comparisons
https://spatie.be/open-source
MIT License
1.55k stars 72 forks source link

Documentation typo #85

Closed flatcapco closed 3 years ago

flatcapco commented 3 years ago

The first example: $period = Period::make('2021-01-01', '2020-01-31');

Should be: $period = Period::make('2021-01-01', '2021-01-31');

Ie - the end date was before the start date

freekmurze commented 3 years ago

Feel free to send a PR to fix this 👍