Skip to content

Commit

Permalink
fix: Typo in description of 109
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Nov 3, 2023
1 parent 6a23a16 commit 4a783d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4a783d6

Please sign in to comment.