diff --git a/exercises/concept/recycling-robot/.docs/instructions.md b/exercises/concept/recycling-robot/.docs/instructions.md index c6ddbd2f63..117a24171e 100644 --- a/exercises/concept/recycling-robot/.docs/instructions.md +++ b/exercises/concept/recycling-robot/.docs/instructions.md @@ -83,7 +83,7 @@ isElectronic(new Duck()); // => false isElectronic(new WashingMachine()); -// => false +// => true ``` ### 6. Check if a value is a non empty array