Skip to content

Commit 6118cc0

Browse files
committed
Add a missing bracket in the solution description
1 parent d4c23dc commit 6118cc0

File tree

1 file changed

+1
-0
lines changed
  • 2-ui/1-document/07-modifying-document/10-clock-setinterval

1 file changed

+1
-0
lines changed

2-ui/1-document/07-modifying-document/10-clock-setinterval/solution.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function clockStart() { // run the clock
4444
timerId = setInterval(update, 1000);
4545
}
4646
update(); // (*)
47+
}
4748

4849
function clockStop() {
4950
clearInterval(timerId);

0 commit comments

Comments
 (0)