Skip to content

Commit

Permalink
Clarify instructions for bird-watcher, exercise 3
Browse files Browse the repository at this point in the history
Clarify instructions for bird-watcher, exercise 3 to instruct the user that the bird is present every second day, starting with the first day, meaning the first, third, fifth, etc. day, rather than the intuitive second, fourth, sixth day.
  • Loading branch information
jrpilat authored Sep 15, 2024
1 parent 26635e1 commit da3af01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/bird-watcher/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BirdsInWeek(birdsPerDay, 2)

You realized that all the time you were trying to keep track of the birds, there was one bird that was hiding in a far corner of the garden.

You figured out that this bird always spent every second day in your garden.
You figured out that this bird always spent every second day in your garden, starting with the first day.

You do not know exactly where it was in between those days but definitely not in your garden.

Expand Down

0 comments on commit da3af01

Please sign in to comment.