From 71659b7c946c50bc3303619ccb466efadde541c8 Mon Sep 17 00:00:00 2001 From: Bobby BuffaloBoy <49796063+SlickJacket@users.noreply.github.com> Date: Sat, 17 Oct 2020 16:01:18 -0500 Subject: [PATCH] fix(learn): Date corrected the example description from Sunday, to Friday, in the date-format Rosetta Code Challenge (English) (#39998) --- .../10-coding-interview-prep/rosetta-code/date-format.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/date-format.md b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/date-format.md index 6911b2be8c..239eb60408 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/date-format.md +++ b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/date-format.md @@ -10,9 +10,9 @@ forumTopicId: 302243 Return an array with the current date in the formats: -Example output: ['2007-11-23', 'Sunday, November 23, 2007'] +Example output: ['2007-11-23', 'Friday, November 23, 2007'] ## Instructions