Skip to content

Commit d6631bf

Browse files
Fix typo in instructions.md
1 parent 48996bd commit d6631bf

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
@@ -146,7 +146,7 @@ hasType(new Keyboard())
146146

147147
### 10. Check if an object has an `id` property
148148

149-
Implement the `hasIdProperty` function, that checks whether an object has a `constructor` property.
149+
Implement the `hasIdProperty` function, that checks whether an object has an `id` property.
150150

151151
```javascript
152152
class MyClass {

0 commit comments

Comments
 (0)