From 4a783d6e8ff654904c4783426c0a1512b3f2c72b Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Fri, 3 Nov 2023 17:43:22 +0000 Subject: [PATCH] fix: Typo in description of 109 --- game/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/messages.py b/game/messages.py index 4f83244f7..1f384151e 100644 --- a/game/messages.py +++ b/game/messages.py @@ -2344,7 +2344,7 @@ def title_level109(): def description_level109(): message = ( - "For this challenge, the road straight line sections of road start off increasing " + "For this challenge, the straight line sections of road start off increasing " "by 1 after each turn and then switch to dividing by 2 with a twist!" ) return build_description(title_level109(), message)