Skip to content

Commit a0f5dff

Browse files
Update exercises/concept/recycling-robot/.docs/instructions.md
Co-authored-by: Derk-Jan Karrenbeld <[email protected]>
1 parent 712c34f commit a0f5dff

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
@@ -87,7 +87,7 @@ isElectronic(new WashingMachine());
8787

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

90-
Implement the `isNonEmptyArray` function, that checks if an object is a non empty array.
90+
Implement the `isNonEmptyArray` function, that checks if a value is a non-empty array.
9191

9292
```javascript
9393
isNonEmptyArray([1, 2, 3]);

0 commit comments

Comments
 (0)