Skip to content

Commit df3f10e

Browse files
authored
Update sketch.js
1 parent 53eb8a4 commit df3f10e

File tree

1 file changed

+1
-1
lines changed
  • test/manual-test-examples/tutorials/DOM-extensions/7

1 file changed

+1
-1
lines changed

test/manual-test-examples/tutorials/DOM-extensions/7/sketch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function draw() {
3939
drawRectCanvas();
4040
}
4141

42-
// Addtional drawing functions.
42+
// Additional drawing functions.
4343
function drawEllipseCanvas() {
4444
background(120, 180, 200);
4545
ellipse(width / 2, height / 2, 100, 100);

0 commit comments

Comments
 (0)