From 2ef724fc031cc347563431c535966bc10342c7c3 Mon Sep 17 00:00:00 2001 From: chikkkkka Date: Sat, 22 Jun 2024 12:14:00 -0700 Subject: [PATCH] Update introduction.md --- concepts/switch/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/concepts/switch/introduction.md b/concepts/switch/introduction.md index 8a306245d..0ba561147 100644 --- a/concepts/switch/introduction.md +++ b/concepts/switch/introduction.md @@ -58,5 +58,5 @@ case 3: default: book_house(group_size); } -// book_apartment happens wheng roup_size is 2 or 3 -``` \ No newline at end of file +// book_apartment happens wheng group_size is 2 or 3 +```