From f1956696c0f9e9e5346739c40b0934dc75beddd5 Mon Sep 17 00:00:00 2001 From: davhojt Date: Sun, 15 May 2022 15:41:06 +0300 Subject: [PATCH] docs(count-leap-years): correct grammar --- subjects/count-leap-years/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subjects/count-leap-years/README.md b/subjects/count-leap-years/README.md index 787e3837..1b4d3d36 100644 --- a/subjects/count-leap-years/README.md +++ b/subjects/count-leap-years/README.md @@ -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.