Skip to content

Commit 35ed06f

Browse files
authored
troll-the-trolls: fix typo (#948)
[no important files changed]
1 parent 6f59959 commit 35ed06f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/concept/troll-the-trolls/.docs/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ case 3:
143143
default:
144144
book_house(group_size);
145145
}
146-
// book_apartment happens wheng roup_size is 2 or 3
146+
// book_apartment happens when group_size is 2 or 3
147147
```
148148
149-
[magic numbers]: https://en.wikipedia.org/wiki/Magic_number_(programming)
149+
[magic numbers]: https://en.wikipedia.org/wiki/Magic_number_(programming)

0 commit comments

Comments
 (0)