From 87abec3e1d6a17eb817dbf2a7167c27f498d5042 Mon Sep 17 00:00:00 2001 From: Falusvampen <102164648+Falusvampen@users.noreply.github.com> Date: Wed, 18 Jan 2023 00:11:11 +0200 Subject: [PATCH] Changed note to > as requested --- subjects/bloody-sunday/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/bloody-sunday/README.md b/subjects/bloody-sunday/README.md index f01ec9b9..78937694 100644 --- a/subjects/bloody-sunday/README.md +++ b/subjects/bloody-sunday/README.md @@ -6,4 +6,4 @@ Let's eliminate Sundays by taking them out of the calendar, making a week only s Create a function called `bloodySunday` that takes a `Date` as an argument and returns the weekday as a `string`. -Note: 01/01/0001 is a Monday. +> 01/01/0001 is a Monday.