Skip to content

Commit e2027dd

Browse files
authored
Merge pull request #803 from jeremydouglass/patch-regularpolygon-comment
RegularPolygon example -- fix comment
2 parents 744da89 + 1a638db commit e2027dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/examples/Basics/Form/RegularPolygon/RegularPolygon.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void draw() {
2424
pushMatrix();
2525
translate(width*0.5, height*0.5);
2626
rotate(frameCount / 50.0);
27-
polygon(0, 0, 80, 20); // Icosahedron
27+
polygon(0, 0, 80, 20); // Icosagon
2828
popMatrix();
2929

3030
pushMatrix();

0 commit comments

Comments
 (0)