From 9cfbb8ff237c21b4c9b2ec9425ccc9f3f4f17efd Mon Sep 17 00:00:00 2001 From: Mytia Dorofieiev <164520905+mytiadorofieiev@users.noreply.github.com> Date: Fri, 29 Mar 2024 21:02:35 +0100 Subject: [PATCH] Update instructions.md (#733) --- exercises/concept/wings-quest/.docs/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/wings-quest/.docs/instructions.md b/exercises/concept/wings-quest/.docs/instructions.md index 61b3253ce..a89ddfaae 100644 --- a/exercises/concept/wings-quest/.docs/instructions.md +++ b/exercises/concept/wings-quest/.docs/instructions.md @@ -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.