Skip to content

Commit 49da298

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

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
@@ -20,7 +20,7 @@ isBoolean(null);
2020

2121
Implement the `isNumber` function, that checks if a value is a _finite_ `number` or `bigint`, ie. not `NaN` or `Infinity`.
2222

23-
Sometimes, the device for reading IDs bugs and reads a non-numeric value as `NaN` (Not a Number) or `Infinity`.
23+
Sometimes, the device for reading IDs fails and reads a non-numeric value as `NaN` (Not a Number) or `Infinity`.
2424
Your function should be able to correctly handle this as well.
2525

2626
```javascript

0 commit comments

Comments
 (0)