Skip to content

Commit 98bd9ed

Browse files
concept switch: fix typo (#888)
1 parent b6eb4e4 commit 98bd9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/switch/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ case 3:
5858
default:
5959
book_house(group_size);
6060
}
61-
// book_apartment happens wheng group_size is 2 or 3
61+
// book_apartment happens when group_size is 2 or 3
6262
```

0 commit comments

Comments
 (0)