docs(day-of-the-year): correct grammar

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

View File

@ -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.