Skip to content

Commit 3738680

Browse files
author
LeoFR
committed
ditto
1 parent e12492e commit 3738680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ foreign name should be prefixed for disambiguation, or even both.
8282
```javascript
8383
// Bad.
8484
let stopSequence = '1';
85-
stopSequence = parseInt(2);
85+
stopSequence = parseInt(stopSequence);
8686

8787
// Good.
8888
const stopSequenceAsString = '1';

0 commit comments

Comments
 (0)