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