Skip to content

Commit 54ceed0

Browse files
committed
Update demo script
1 parent 7aaf8f8 commit 54ceed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lab-files/4-interactive-rebase/html_actuator.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class HTMLActuator {
158158
// Update the score
159159
HTMLActuator.scoreContainer.textContent = HTMLActuator.score.toString()
160160

161-
// If the score has increased, animate the addition
161+
// Lab 4: Animate the score update
162162
if (difference > 0) {
163163
const addition = document.createElement('div')
164164
addition.classList.add('score-addition')

0 commit comments

Comments
 (0)