Skip to content

Commit a7bdd7b

Browse files
authored
Merge pull request sadanandpai#3 from keithmchd48/primitives-Q17-correction
Q17 under primitives had a missing 0 that is corrected
2 parents 2ffaeb1 + 67e8cdb commit a7bdd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/primitives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ convertTo24HrsFormat('10:10PM'); // 22:10
500500
```
501501
502502
- The check for 'AM' and 'PM' can be verified using `endsWith` String method
503-
- An extra would be needed if the hours have single digit
503+
- An extra 0 would be needed if the hours have single digit
504504
505505
```js
506506
function convertTo24HrsFormat(timeText) {

0 commit comments

Comments
 (0)