docs(count-leap-years): correct grammar

This commit is contained in:
davhojt 2022-05-15 15:41:06 +03:00 committed by Dav Hojt
parent f247184050
commit f1956696c0
1 changed files with 1 additions and 2 deletions

View File

@ -2,5 +2,4 @@
### Instructions
Make a `countLeapYears` functions that takes a date
and returns the number of leap years since year 1
Create a function named `countLeapYears` which accepts a `Date`. Your function should return the number of leap years to have taken place since the year 1.