Skip to content

Commit 6a4b856

Browse files
committed
improve quit sample
1 parent 13b83a5 commit 6a4b856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/quit/quit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function init() {
88
listen('quit', () => {
99
cls()
1010
text(10, 10, 'Refresh the page to restart', 4)
11-
text(10, 40, 'Note: the canvas is not removed', 4)
11+
text(10, 40, 'Note: quit() do not remove the canvas', 4)
1212
})
1313
}
1414

0 commit comments

Comments
 (0)