Skip to content

Commit b6eb4e4

Browse files
authored
concepts/switch: fix typo (#887)
1 parent f11297e commit b6eb4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

concepts/switch/introduction.md

Lines changed: 2 additions & 2 deletions
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 roup_size is 2 or 3
62-
```
61+
// book_apartment happens wheng group_size is 2 or 3
62+
```

0 commit comments

Comments
 (0)