Skip to content

Commit 6f0082b

Browse files
committed
Merge branch 'master' of github.com:TransitApp/javascript
2 parents 971a91c + e0929a8 commit 6f0082b

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
@@ -90,7 +90,7 @@ foreign name should be prefixed for disambiguation, or even both.
9090
```javascript
9191
// Bad.
9292
let stopSequence = '1';
93-
stopSequence = parseInt(2);
93+
stopSequence = parseInt(stopSequence);
9494

9595
// Good.
9696
const stopSequenceAsString = '1';

0 commit comments

Comments
 (0)