Skip to content

Commit f90a6db

Browse files
authored
Update sketch.js
1 parent df3f10e commit f90a6db

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function draw() {
3535
//drawEllipseCanvas();
3636
}
3737

38-
// Addtional drawing functions.
38+
// Additional drawing functions.
3939
function drawEllipseCanvas() {
4040
background(120, 180, 200);
4141
ellipse(width / 2, height / 2, 100, 100);

0 commit comments

Comments
 (0)