Skip to content

Commit 4d95fee

Browse files
committed
update format-time.js
1 parent 6df687f commit 4d95fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-2/extend/format-time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
// time.slice(0, 2): method that return the positions 0 and 1 of the string,
20-
// const hours = Number(time.slice(0, 2)) will convert the substring in numbes to manipulate and perfoms calculations.
20+
// const hours = Number(time.slice(0, 2)) will convert the substring in numbers to manipulate and performs calculations.
2121

2222

2323
function formatAs12HourClock(time) {

0 commit comments

Comments
 (0)