From 4908ed92482ad38f2d0b91211c9e2a9a31e998b6 Mon Sep 17 00:00:00 2001 From: Malte Schilling Date: Mon, 10 Mar 2025 23:26:34 +0100 Subject: [PATCH] fixed typo --- exercises/concept/troll-the-trolls/.docs/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/concept/troll-the-trolls/.docs/introduction.md b/exercises/concept/troll-the-trolls/.docs/introduction.md index 7ec79a102..07718a20a 100644 --- a/exercises/concept/troll-the-trolls/.docs/introduction.md +++ b/exercises/concept/troll-the-trolls/.docs/introduction.md @@ -143,7 +143,7 @@ case 3: default: book_house(group_size); } -// book_apartment happens wheng roup_size is 2 or 3 +// book_apartment happens when group_size is 2 or 3 ``` -[magic numbers]: https://en.wikipedia.org/wiki/Magic_number_(programming) \ No newline at end of file +[magic numbers]: https://en.wikipedia.org/wiki/Magic_number_(programming)