Skip to content

Commit

Permalink
Update docs/courses/csintro/blocks/unit-3/lab0304-part3.md
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
kiki-lee and Copilot authored Mar 1, 2025
1 parent 3c96f37 commit 93c2674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/courses/csintro/blocks/unit-3/lab0304-part3.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ info.onLifeZero(function () {
highScores.pop()
highScoreNames.pop()
// @highlight
blockSettings.writeNumberArray(" highScores ", highScores)
blockSettings.writeNumberArray("highScores", highScores)
// @highlight
blockSettings.writeStringArray("highScoreNames", highScoreNames)
break;
Expand Down

0 comments on commit 93c2674

Please sign in to comment.