From 2070187623bbd8fb433460711b1f94ea0eba6861 Mon Sep 17 00:00:00 2001 From: Matthijs <19817960+MatthijsBlom@users.noreply.github.com> Date: Fri, 5 Apr 2024 12:48:08 +0200 Subject: [PATCH] fix typo Co-authored-by: Erik Schierboom --- exercises/saddle-points/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/saddle-points/introduction.md b/exercises/saddle-points/introduction.md index f376a9459..eae3a7f35 100644 --- a/exercises/saddle-points/introduction.md +++ b/exercises/saddle-points/introduction.md @@ -8,4 +8,4 @@ You need to analyze each grid on the map to find good trees for your tree house. A good tree is both: - at least as tall as all trees to the east and west, so that you have the best possible view of the sunrises and sunsets. -- at most as tall as all tree to the north and south, to minimize the amount of tree climbing. +- at most as tall as all trees to the north and south, to minimize the amount of tree climbing.