From a22704d8510a7b98f84e56599e84081da37565b1 Mon Sep 17 00:00:00 2001 From: Mike Hingley <99718263+MikeHingley22@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:01:10 +0100 Subject: [PATCH] Update index.mdx instructions for completing room contained a typo --- src/rooms/screenwriters-revenge/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rooms/screenwriters-revenge/index.mdx b/src/rooms/screenwriters-revenge/index.mdx index 3f61ebe..52a3bb2 100644 --- a/src/rooms/screenwriters-revenge/index.mdx +++ b/src/rooms/screenwriters-revenge/index.mdx @@ -17,7 +17,7 @@ For each of the first two digits in the total number of words, get the first let https://www.imdb.com/list/ls064202652/ -For example: if there were 684 words, the first two digits are 6 and 7. +For example: if there were 674 words, the first two digits are 6 and 7. The films as position 6 and 7 in the list are "Elite Squad 2: The Enemy Within" and "Yogi Bear" The answer for the first task would therefore be "Elite Yogi". @@ -28,4 +28,4 @@ Find the penultimate word from the last element in the array. Find the third word of the second element in the array # Final Puzzle -Please enter your combined solutions from task 1, task 2 and task 3 (separated by a space) \ No newline at end of file +Please enter your combined solutions from task 1, task 2 and task 3 (separated by a space)