From b6eb4e4075351e74cbe0f1eb69bb9c49a2e00f17 Mon Sep 17 00:00:00 2001 From: chikkkkka Date: Sat, 22 Jun 2024 12:17:18 -0700 Subject: [PATCH] concepts/switch: fix typo (#887) --- 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 +```