From 8672be653ab0cdcee45267e40f053738e5eed8ac Mon Sep 17 00:00:00 2001 From: Clarence Bakosi Date: Fri, 19 Sep 2025 17:13:47 +0100 Subject: [PATCH] fix(curriculum): typo in daily coding challenges py (#62273) --- .../68c1a929005bf54d342aa8d4.md | 2 +- .../daily-coding-challenges-python/68c1a929005bf54d342aa8d4.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/blocks/daily-coding-challenges-javascript/68c1a929005bf54d342aa8d4.md b/curriculum/challenges/english/blocks/daily-coding-challenges-javascript/68c1a929005bf54d342aa8d4.md index 213c269612e..b84f86db895 100644 --- a/curriculum/challenges/english/blocks/daily-coding-challenges-javascript/68c1a929005bf54d342aa8d4.md +++ b/curriculum/challenges/english/blocks/daily-coding-challenges-javascript/68c1a929005bf54d342aa8d4.md @@ -7,7 +7,7 @@ dashedName: challenge-57 # --description-- -For day three of Space Week, you are given an array of numbers representing distances (in kilometers) between youself, satellites, and your home planet in a communication route. Determine how long it will take a message sent through the route to reach its destination planet using the following constraints: +For day three of Space Week, you are given an array of numbers representing distances (in kilometers) between yourself, satellites, and your home planet in a communication route. Determine how long it will take a message sent through the route to reach its destination planet using the following constraints: - The first value in the array is the distance from your location to the first satellite. - Each subsequent value, except for the last, is the distance to the next satellite. diff --git a/curriculum/challenges/english/blocks/daily-coding-challenges-python/68c1a929005bf54d342aa8d4.md b/curriculum/challenges/english/blocks/daily-coding-challenges-python/68c1a929005bf54d342aa8d4.md index dc53d4a2a2f..b0575a95e2b 100644 --- a/curriculum/challenges/english/blocks/daily-coding-challenges-python/68c1a929005bf54d342aa8d4.md +++ b/curriculum/challenges/english/blocks/daily-coding-challenges-python/68c1a929005bf54d342aa8d4.md @@ -7,7 +7,7 @@ dashedName: challenge-57 # --description-- -For day three of Space Week, you are given an array of numbers representing distances (in kilometers) between youself, satellites, and your home planet in a communication route. Determine how long it will take a message sent through the route to reach its destination planet using the following constraints: +For day three of Space Week, you are given an array of numbers representing distances (in kilometers) between yourself, satellites, and your home planet in a communication route. Determine how long it will take a message sent through the route to reach its destination planet using the following constraints: - The first value in the array is the distance from your location to the first satellite. - Each subsequent value, except for the last, is the distance to the next satellite.