From 622b7360f161602cef38880f7a535a5fd1e6d4c4 Mon Sep 17 00:00:00 2001 From: davhojt Date: Sun, 15 May 2022 15:42:35 +0300 Subject: [PATCH] docs(day-of-the-year): correct grammar --- subjects/day-of-the-year/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subjects/day-of-the-year/README.md b/subjects/day-of-the-year/README.md index de00d7ad..fd45cda2 100644 --- a/subjects/day-of-the-year/README.md +++ b/subjects/day-of-the-year/README.md @@ -2,5 +2,4 @@ ### Instructions -Make a `dayOfTheYear` functions that takes a date -and returns the number of days since the first day of that year +Create a function named `dayOfTheYear` which accepts a `Date`. Your function should return the number of days since the first day of that year.