Skip to content

Commit 5b2d551

Browse files
authored
Fix typo in busy days instructions (#2458)
1 parent f773685 commit 5b2d551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/bird-watcher/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ birdCount.CountForFirstDays(4);
6060

6161
## 6. Calculate the number of busy days
6262

63-
Some days are busier that others. A busy day is one where five or more birds have visited your garden.
63+
Some days are busier than others. A busy day is one where five or more birds have visited your garden.
6464
Implement the `BirdCount.BusyDays()` method to return the number of busy days:
6565

6666
```csharp

0 commit comments

Comments
 (0)