Skip to content

Commit

Permalink
Update instructions.md (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
mytiadorofieiev authored Mar 29, 2024
1 parent bb9899c commit 9cfbb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/wings-quest/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Define the `win(hasPickedUpAllSeeds:powerUpActive:touchingEagle:)` function that

- `hasPickedUpAllSeeds` if the bird has picked up all of the seeds.
- `powerUpActive` if the bird has a power-up active.
- `touchingEagle` if the bird is an eagle.
- `touchingEagle` if the bird is touching an eagle.

The function should return `true` if the bird has gathered all of the seeds and has not lost based on the arguments defined in part 3, and return `false` otherwise.

Expand Down

0 comments on commit 9cfbb8f

Please sign in to comment.