Skip to content

Commit 519ed18

Browse files
authored
Recycling Robot: incorrect return value in example (#2730)
1 parent f7f6a7a commit 519ed18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/recycling-robot/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ isElectronic(new Duck());
8383
// => false
8484

8585
isElectronic(new WashingMachine());
86-
// => false
86+
// => true
8787
```
8888

8989
### 6. Check if a value is a non empty array

0 commit comments

Comments
 (0)