Skip to content

Commit a0efb2c

Browse files
authored
Bird Watcher: correct instructions (#2729)
1 parent 6b1bb12 commit a0efb2c

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
@@ -46,7 +46,7 @@ You figured out that this bird always spent every second day in your garden.
4646
You do not know exactly where it was in between those days but definitely not in your garden.
4747
Your bird watcher intuition also tells you that the bird was in your garden on the first day that you tracked in your list.
4848

49-
Given this new information, write a function `fixBirdCountLog` that takes an array of birds counted per day as an argument. It should correct the counting mistake and return the modified array.
49+
Given this new information, write a function `fixBirdCountLog` that takes an array of birds counted per day as an argument. It should correct the counting mistake by modifying the given array.
5050

5151
```javascript
5252
birdsPerDay = [2, 5, 0, 7, 4, 1];

0 commit comments

Comments
 (0)