Skip to content

Commit bf3ada6

Browse files
committed
fix to 2dtransform tutorial
1 parent 38dd4cf commit bf3ada6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/static/tutorials/transform2d/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ <h5>Case Study: An Arm-Waving Robot</h5>
611611

612612
<pre>
613613
int armAngle = 0;
614-
int angle_change = 5;
614+
int angleChange = 5;
615615
final int ANGLE_LIMIT = 135;
616616

617617
void setup()

0 commit comments

Comments
 (0)